summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-04-10 02:33:37 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-04-10 02:35:17 +0200
commit5798cedeafecc965244a8db7538d7e76c47eac84 (patch)
tree77118ece2cb43c402e43e21e0b6238ce1efec732 /CMakeLists.txt
parent3dff574d59aba28ceda955c7a4d92b53387d2173 (diff)
reduce precompiled header bitrot
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ae1aaec9..b32e214e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -202,10 +202,10 @@ include_directories(SYSTEM
)
#add_subdirectory(demangle)
+add_subdirectory(src)
add_subdirectory(main)
add_subdirectory(draw)
add_subdirectory(serialize)
-add_subdirectory(src)
add_subdirectory(editor)
add_subdirectory(test)
add_subdirectory(anim-crop-tool)