rpcsx/tools/unself/CMakeLists.txt

5 lines
173 B
CMake
Raw Normal View History

2024-11-13 19:59:36 +01:00
add_executable(unself unself.cpp)
set_target_properties(unself PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
install(TARGETS unself RUNTIME DESTINATION bin)