6 lines
117 B
CMake
6 lines
117 B
CMake
enable_language(C)
|
|
|
|
add_library(a a.c)
|
|
|
|
set_property(TARGET a PROPERTY MANUALLY_ADDED_DEPENDENCIES DEPENDENCIES foo)
|