diff CMakeLists.txt @ 56:6ff7aabeb9d7

deps: add animia for open files detection
author Paper <mrpapersonic@gmail.com>
date Thu, 28 Sep 2023 12:35:21 -0400
parents 466ac9870df9
children 3c802806b74a
line wrap: on
line diff
--- a/CMakeLists.txt	Tue Sep 26 11:18:50 2023 -0400
+++ b/CMakeLists.txt	Thu Sep 28 12:35:21 2023 -0400
@@ -8,6 +8,7 @@
 endif()
 
 add_subdirectory(dep/anitomy)
+add_subdirectory(dep/animia)
 
 # Fix for mingw64
 list(APPEND CMAKE_FIND_LIBRARY_SUFFIXES ".dll.a" ".a")