6 lines
94 B
CMake
6 lines
94 B
CMake
enable_language(C)
|
|
|
|
link_directories("$<LINK_GROUP:feat>")
|
|
|
|
add_library(empty SHARED empty.c)
|