ScrapHacks/ScrapHacks/Injector/CMakeLists.txt

2 lines
79 B
CMake

add_executable(Injector Injector.cpp)
install(TARGETS Injector DESTINATION bin)