3 lines
89 B
CMake
3 lines
89 B
CMake
|
add_library(bar SHARED ../empty.c)
|
||
|
install(TARGETS bar DESTINATION lib EXPORT fooExport)
|