mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-06 00:30:18 +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)
|