summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
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)