6 lines
127 B
CMake
Raw Normal View History

2013-03-16 19:13:01 +02:00
2013-04-21 10:33:41 +03:00
set(CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE ON)
2013-03-16 19:13:01 +02:00
add_library(subdirlib SHARED subdirlib.cpp)
generate_export_header(subdirlib)