mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-02-03 22:34:19 +01:00
5 lines
173 B
CMake
5 lines
173 B
CMake
|
|
add_executable(unself unself.cpp)
|
||
|
|
|
||
|
|
set_target_properties(unself PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
|
||
|
|
install(TARGETS unself RUNTIME DESTINATION bin)
|