Mercurial > minori
comparison CMakeLists.txt @ 138:28842a8d0c6b
dep/animia: huge refactor (again...)
but this time, it actually compiles! and it WORKS! (on win32... not sure about
other platforms...)
configuring players is still not supported: at some point I'll prune something
up...
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sun, 12 Nov 2023 04:53:19 -0500 |
parents | 859d2a957940 |
children | 6fdf0632c003 |
comparison
equal
deleted
inserted
replaced
137:69db40272acd | 138:28842a8d0c6b |
---|---|
108 src/track/types.cc | 108 src/track/types.cc |
109 | 109 |
110 # Qt resources | 110 # Qt resources |
111 rc/icons.qrc | 111 rc/icons.qrc |
112 rc/dark.qrc | 112 rc/dark.qrc |
113 rc/player_data.qrc | |
113 ) | 114 ) |
114 | 115 |
115 set(INCLUDE | 116 set(INCLUDE |
116 include | 117 include |
117 dep/pugixml/src | 118 dep/pugixml/src |
202 target_compile_definitions(minori PUBLIC MACOSX) | 203 target_compile_definitions(minori PUBLIC MACOSX) |
203 elseif(WIN32) | 204 elseif(WIN32) |
204 target_compile_definitions(minori PUBLIC WIN32) | 205 target_compile_definitions(minori PUBLIC WIN32) |
205 endif() | 206 endif() |
206 target_link_libraries(minori ${LIBRARIES}) | 207 target_link_libraries(minori ${LIBRARIES}) |
208 | |
209 if(WIN32) | |
210 install(FILES $<TARGET_RUNTIME_DLLS:minori> TYPE BIN) | |
211 endif() |