aboutsummaryrefslogtreecommitdiff
path: root/intel/gdb.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'intel/gdb.cmake')
-rw-r--r--intel/gdb.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/intel/gdb.cmake b/intel/gdb.cmake
new file mode 100644
index 0000000..b6840cb
--- /dev/null
+++ b/intel/gdb.cmake
@@ -0,0 +1,4 @@
+function(gdb_init)
+ set(gdb_bin "${ISSM_DIR}/tools/debugger/gdb/gdb-ia")
+ export_variable(gdb_bin)
+endfunction()