Mercurial > minori
comparison 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 |
comparison
equal
deleted
inserted
replaced
54:466ac9870df9 | 56:6ff7aabeb9d7 |
---|---|
6 if(APPLE) | 6 if(APPLE) |
7 enable_language(OBJCXX) | 7 enable_language(OBJCXX) |
8 endif() | 8 endif() |
9 | 9 |
10 add_subdirectory(dep/anitomy) | 10 add_subdirectory(dep/anitomy) |
11 add_subdirectory(dep/animia) | |
11 | 12 |
12 # Fix for mingw64 | 13 # Fix for mingw64 |
13 list(APPEND CMAKE_FIND_LIBRARY_SUFFIXES ".dll.a" ".a") | 14 list(APPEND CMAKE_FIND_LIBRARY_SUFFIXES ".dll.a" ".a") |
14 | 15 |
15 find_package(Qt5 COMPONENTS Widgets REQUIRED) | 16 find_package(Qt5 COMPONENTS Widgets REQUIRED) |