4 lines
62 B
CMake
4 lines
62 B
CMake
|
|
add_executable(main empty.cpp)
|
|
target_compile_features(main)
|
|
|
add_executable(main empty.cpp)
|
|
target_compile_features(main)
|