ScrapHacks/ScrapHacks/Injector/CMakeLists.txt

3 lines
80 B
CMake
Raw Normal View History

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