diff options
| author | 0undefined <oscar@nelin.dk> | 2025-02-26 14:25:33 +0000 |
|---|---|---|
| committer | onelin <oscar@nelin.dk> | 2025-02-26 14:58:26 +0000 |
| commit | 52b7dff22267ae9e6777b7f5243b871275765298 (patch) | |
| tree | ebcfc100c28832a65cd7271853f73239db244a6a /src/CMakeLists.txt | |
| parent | 1b4faea25611bc4be8ca92e42b500a1d25319300 (diff) | |
Fix static builds
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 14d5307..8b9cc1d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -27,10 +27,9 @@ set_target_properties(${PROJECT_NAME} PROPERTIES target_include_directories(${PROJECT_NAME} PUBLIC include - # TODO make including stb more streamlined - ${CMAKE_BINARY_DIR}/_deps/cgs-src/src + # TODO include stb (??) ${CMAKE_BINARY_DIR}/include - ${ENGINE_INCLUDE}) + ) target_link_libraries(${PROJECT_NAME} glfw |
