ScrapHacks/ScrapHacks/Injector/CMakeLists.txt

4 lines
128 B
CMake
Raw Normal View History

add_executable(Injector main.cpp)
target_compile_features(Injector PUBLIC cxx_std_11)
2019-09-02 19:44:17 +00:00
install(TARGETS Injector DESTINATION bin)