diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-06-11 18:17:06 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-06-11 18:17:06 +0200 |
commit | 5cbad4be539224068d34504df692974b17f49fa0 (patch) | |
tree | 4f3d63807a6b6616210564a8a160c3f815effe73 /CMakeLists.txt | |
parent | 0e0efba4ff04570f7a52255999352c64484e1e9f (diff) |
a
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d5245256..9d5a8477 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,6 +54,8 @@ if(NOT BOOTSTRAP_DEPENDS) find_package(MagnumIntegration QUIET REQUIRED COMPONENTS Glm) include_directories("${CMAKE_CURRENT_SOURCE_DIR}") + include_directories(SYSTEM "./include") + add_subdirectory(crop-tool) add_subdirectory(anim) |