From 7a268ae92d44a9f27f4874e1e50413ee33b86dd3 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Mon, 4 Aug 2025 12:32:39 -0500 Subject: root: restructuring Restructure the root of the project such that the engine is siloed from the rest of the toolchain. Add two new subdirectories that contain an editor and an offline profiling data analyzer. Signed-off-by: Danny Holman --- profiler/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 profiler/CMakeLists.txt (limited to 'profiler') 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) -- cgit v1.2.3