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.
12 lines
232 B
12 lines
232 B
1 year ago
|
enable_language(CXX)
|
||
|
unset(CMAKE_CXX_SCANDEP_SOURCE)
|
||
|
|
||
|
cmake_policy(SET CMP0155 NEW)
|
||
|
|
||
|
add_library(cmp0155-new
|
||
|
sources/cxx-anchor.cxx)
|
||
|
set_target_properties(cmp0155-new
|
||
|
PROPERTIES
|
||
|
CXX_STANDARD 20
|
||
|
CXX_STANDARD_REQUIRED ON)
|