4 lines
94 B
CMake
4 lines
94 B
CMake
enable_language(C)
|
|
add_library(empty empty.c)
|
|
install(TARGETS empty DESTINATION $<NOTAGENEX>)
|