metaforce/Runtime/MP1/CMakeLists.txt

6 lines
140 B
CMake
Raw Normal View History

include_directories(. ../Common)
add_executable(mp1
main.cpp)
target_link_libraries(mp1
RuntimeCommon)