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/ctrl/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/ctrl/CMakeLists.txt')
| -rw-r--r-- | src/ctrl/CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ctrl/CMakeLists.txt b/src/ctrl/CMakeLists.txt deleted file mode 100644 index f37fa6a..0000000 --- a/src/ctrl/CMakeLists.txt +++ /dev/null @@ -1,7 +0,0 @@ -add_library(daw_ctrl - src/input.c - ) - -target_compile_options(daw_ctrl PUBLIC ${BUILD_OPTS}) -target_include_directories(daw_ctrl PRIVATE ${DAW_INCLUDE_DIRS} ${GLFW_INCLUDE_DIR}) -target_link_libraries(daw_ctrl PRIVATE cglm glfw) |
