3 lines
80 B
CMake
3 lines
80 B
CMake
add_executable(main empty.c)
|
|
target_compile_features(main PRIVATE cxx_decltype)
|
add_executable(main empty.c)
|
|
target_compile_features(main PRIVATE cxx_decltype)
|