From d38deeef3af2316a666f8fc0173940bd769b748e Mon Sep 17 00:00:00 2001 From: onelin Date: Sat, 1 Nov 2025 00:55:42 +0100 Subject: 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. --- src/resources/CMakeLists.txt | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/resources/CMakeLists.txt (limited to 'src/resources/CMakeLists.txt') diff --git a/src/resources/CMakeLists.txt b/src/resources/CMakeLists.txt deleted file mode 100644 index 4d3ee22..0000000 --- a/src/resources/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ -## Uncomment the following to fetch and build assimp. -#FetchContent_Declare(assimp -# GIT_REPOSITORY https://github.com/assimp/assimp.git -# GIT_TAG v5.3.1 -#) -#FetchContent_MakeAvailable(assimp) - -add_library(daw_resources - src/resources.c - src/textures.c - src/model.c - ) - -target_compile_options(daw_resources PUBLIC ${BUILD_OPTS}) -target_include_directories(daw_resources PRIVATE ${DAW_INCLUDE_DIRS} stb) -target_link_libraries(daw_resources PRIVATE - assimp - cglm - ) -- cgit v1.3