diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-09 05:06:41 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-09 05:06:41 +0200 |
commit | 94f6748d5f5b9fdc3047022fe59d66028bde63f3 (patch) | |
tree | de3dd2e7944c9dea12523702773ce5a2f93beed5 /CMakeLists.txt | |
parent | e3b2c9267e7a8da5adca522a48a9f9a8457f89d8 (diff) |
a
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index eabc854f..413b9d79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,6 +59,7 @@ if(NOT BOOTSTRAP_DEPENDS) include_directories(src) add_subdirectory(src) + add_subdirectory(draw) add_subdirectory(main) add_subdirectory(anim-crop-tool) add_subdirectory(test) |