l4d2dialogtests/src/CMakeLists.txt

7 lines
132 B
CMake

cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
add_executable(main1 main1.cpp)
target_compile_features(main1 PUBLIC cxx_std_17)