ScrapHacks/ScrapHacks/Injector/CMakeLists.txt

2 lines
79 B
CMake
Raw Normal View History

2019-09-01 20:45:07 +00:00
add_executable(Injector Injector.cpp)
install(TARGETS Injector DESTINATION bin)