2 lines
99 B
CMake
2 lines
99 B
CMake
add_executable(practice-1 main.c)
|
|
target_include_directories(practice-1 PRIVATE ${GLOBAL_INCLUDES}) |