ScrapHacks/ScrapHacks/Injector/CMakeLists.txt

4 lines
128 B
CMake

add_executable(Injector main.cpp)
target_compile_features(Injector PUBLIC cxx_std_11)
install(TARGETS Injector DESTINATION bin)