2016-03-13 13:35:51 +01:00

3 lines
89 B
CMake

add_library(bar SHARED ../empty.c)
install(TARGETS bar DESTINATION lib EXPORT fooExport)