metaforce/Editor/CMakeLists.txt

14 lines
560 B
CMake
Raw Normal View History

2015-11-20 17:23:55 -08:00
add_executable(rude WIN32
main.cpp)
target_link_libraries(rude
RuntimeCommonCharacter
RuntimeCommonInput
RuntimeCommon
DNAMP3 DNAMP2 DNAMP1
2015-11-21 20:35:24 -08:00
DNACommon Specter SpecterFonts freetype
HECLDatabase HECLBlender HECLRuntime HECLCommon AthenaCore NOD
2015-11-20 17:23:55 -08:00
LogVisor AthenaLibYaml Boo ${PNG_LIB} squish xxhash Math
${ZLIB_LIBRARIES} ${LZO_LIB}
${BOO_SYS_LIBS})