metaforce/Editor/CMakeLists.txt

32 lines
1.1 KiB
CMake
Raw Normal View History

include_directories(${CMAKE_CURRENT_SOURCE_DIR})
add_subdirectory(locale)
atdna(atdna_Space.cpp Space.hpp)
set(SPACE_HEADERS
2015-12-12 18:27:34 -08:00
SplashScreen/SplashScreen.hpp
ResourceOutliner/ResourceOutliner.hpp)
set(SPACE_SOURCES
2015-12-12 18:27:34 -08:00
SplashScreen/SplashScreen.cpp
ResourceOutliner/ResourceOutliner.cpp)
2015-11-20 17:23:55 -08:00
add_executable(rude WIN32
main.cpp
Space.hpp Space.cpp atdna_Space.cpp
${SPACE_HEADERS} ${SPACE_SOURCES}
2015-12-13 13:01:32 -08:00
ProjectManager.hpp ProjectManager.cpp
ViewManager.hpp ViewManager.cpp)
2015-11-20 17:23:55 -08:00
target_link_libraries(rude
RudeLocales
2015-11-20 17:23:55 -08:00
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})