You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
KED/ked/oldDevFiles/depricated/cmake_test/CMakeLists.txt

11 lines
155 B

# test cmake test
cmake_minimum_required(VERSION 3.13)
project(Tutorial VERSION 1.0)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED True)