summaryrefslogtreecommitdiff
path: root/profiler/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'profiler/CMakeLists.txt')
-rw-r--r--profiler/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/profiler/CMakeLists.txt b/profiler/CMakeLists.txt
new file mode 100644
index 0000000..a80b982
--- /dev/null
+++ b/profiler/CMakeLists.txt
@@ -0,0 +1,9 @@
+set(SUBMODULE_EXECUTABLE rune-profiler)
+
+list(APPEND SUBMODULE_FILES
+ src/profiler.c
+)
+
+set(SUBMODULE_HEADER_DIR ${CMAKE_SOURCE_DIR}/profiler/include)
+
+include(${CMAKE_SOURCE_DIR}/CMake/SubmoduleDefines.cmake)