2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-13 00:05:53 +00:00
metaforce/Editor/CMakeLists.txt
2015-12-05 15:27:02 -10:00

18 lines
667 B
CMake

add_subdirectory(locale)
add_executable(rude WIN32
main.cpp
ViewManager.hpp ViewManager.cpp)
target_link_libraries(rude
RudeLocales
RuntimeCommonCharacter
RuntimeCommonInput
RuntimeCommon
DNAMP3 DNAMP2 DNAMP1
DNACommon Specter SpecterFonts freetype
HECLDatabase HECLBlender HECLRuntime HECLCommon AthenaCore NOD
LogVisor AthenaLibYaml Boo ${PNG_LIB} squish xxhash Math
${ZLIB_LIBRARIES} ${LZO_LIB}
${BOO_SYS_LIBS})