diff options
| author | 0undefined <oscar@nelin.dk> | 2026-03-11 06:45:46 +0000 |
|---|---|---|
| committer | 0undefined <oscar@nelin.dk> | 2026-03-11 06:45:46 +0000 |
| commit | 1155bc8d5fee33b3728916255a9c8ac411b24b57 (patch) | |
| tree | 8851598b19a5eaa5bb369c6350bd8fe5acfc78d0 /CMakeLists.txt | |
| parent | e57736f1b3bf1cc2f46276bdba3b62b7b6365ff7 (diff) | |
Add assimp & loader func
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index eae946b..1bc7617 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ FetchContent_MakeAvailable(daw) daw_add_state(mainstate) add_executable(${PROJECT_NAME} src/main.c) -target_link_libraries(${PROJECT_NAME} PUBLIC daw) +target_link_libraries(${PROJECT_NAME} PUBLIC daw assimp) target_include_directories(${PROJECT_NAME} PUBLIC include ${DAW_INCLUDE_DIRS}) target_link_options(${PROJECT_NAME} PUBLIC ${BUILD_OPTS}) |
