diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-22 23:31:51 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-22 23:31:51 +0200 |
commit | 36a385347556b046df223012986ae35970279751 (patch) | |
tree | c743cc8b59541555864aad31d53e85762c721c62 /src | |
parent | fb914871bf169e8cd6f74cc086cabd5b23e6f739 (diff) |
build draw/ with src/ as one target
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 13b7d1ca..fa5112aa 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,5 @@ set(self ${PROJECT_NAME}) -file(GLOB sources "*.cpp" "../shaders/*.cpp" "../serialize/*.cpp" CONFIGURE_ARGS) +file(GLOB sources "*.cpp" "../shaders/*.cpp" "../serialize/*.cpp" "../draw/*.cpp" CONFIGURE_ARGS) add_library(${self} STATIC "${sources}") target_link_libraries( ${self} PUBLIC |