mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-08 16:05:56 +00:00
4 lines
173 B
CMake
4 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)
|