ScrapHacks/ScrapHacks/Injector/CMakeLists.txt

3 lines
80 B
CMake

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