3 lines
67 B
CMake
3 lines
67 B
CMake
|
enable_language(C)
|
||
|
add_library(IncDir STATIC IncludeDirectories.c)
|