diff options
| author | onelin <oscar@nelin.dk> | 2025-10-31 23:55:42 +0000 |
|---|---|---|
| committer | onelin <oscar@nelin.dk> | 2025-11-02 22:07:17 +0000 |
| commit | d38deeef3af2316a666f8fc0173940bd769b748e (patch) | |
| tree | 6e30d4a9eea18daa5705c894f28cd99ff047e8f9 /src/core/CMakeLists.txt | |
| parent | 6c077751982ea2c7bd2d9262b01b9f8602f80dc8 (diff) | |
Flatten project structure
This will make it easier to break up the code into smaller chunks again
later.
One would think doing this seems fun to me at this point.
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt deleted file mode 100644 index a979cad..0000000 --- a/src/core/CMakeLists.txt +++ /dev/null @@ -1,18 +0,0 @@ -add_library(daw_core - src/dltools.c - src/logging.c - src/loop.c - src/memory.c - src/state.c - ${GLAD_HEADER} - ) - -#set_property(SOURCE src/loop.c APPEND PROPERTY OBJECT_DEPENDS ${GLAD_HEADER}) - -target_compile_options(daw_core PUBLIC ${BUILD_OPTS}) -target_include_directories(daw_core PRIVATE ${DAW_INCLUDE_DIRS}) -target_link_libraries(daw_core PRIVATE cglm) - -target_compile_definitions(daw_core PUBLIC - $<$<BOOL:${DAW_BUILD_HOTRELOAD}>:DAW_BUILD_HOTRELOAD> -) |
