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 /CMakeLists.txt | |
parent | fb914871bf169e8cd6f74cc086cabd5b23e6f739 (diff) |
build draw/ with src/ as one target
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 56327efe..fc6fa890 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -135,7 +135,6 @@ include_directories(SYSTEM ) add_subdirectory(src) -add_subdirectory(draw) add_subdirectory(main) add_subdirectory(anim-crop-tool) add_subdirectory(test) |