mirror of https://github.com/AxioDL/metaforce.git
6 lines
140 B
CMake
6 lines
140 B
CMake
|
include_directories(. ../Common)
|
||
|
add_executable(mp1
|
||
|
main.cpp)
|
||
|
target_link_libraries(mp1
|
||
|
RuntimeCommon)
|