diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2024-02-12 15:39:27 +0000 |
|---|---|---|
| committer | 0undefined <oscar@nelin.dk> | 2025-02-26 12:50:09 +0000 |
| commit | 6890ca55ba38682e3fc72dc6722954d376ae1277 (patch) | |
| tree | e11391ea52734e59805e7c07ba10a376f85f5a0a /CMakeLists.txt | |
| parent | b2bd9bccd8fffaae76c7f2f8373e641a6dd029d2 (diff) | |
Update for eba4a131
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 32843ad..3964473 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,4 +31,6 @@ daw_add_state(mainstate) add_executable(${PROJECT_NAME} src/main.c) target_link_libraries(${PROJECT_NAME} PUBLIC daw) -target_include_directories(${PROJECT_NAME} PUBLIC include) +target_include_directories(${PROJECT_NAME} PUBLIC include ${DAW_INCLUDE_DIRS}) + +get_target_property(LINKLIBS daw LINK_LIBRARIES) |
