master
txt 7 lines 344 Bytes
Raw
1 set(SOURCES Plugin.cpp)
2
3 add_library(testplugin SHARED ${SOURCES})
4 set_target_properties(testplugin PROPERTIES EXCLUDE_FROM_ALL FALSE)
5 include_directories(testplugin ${CMAKE_CURRENT_SOURCE_DIR}/..)
6 target_link_libraries(testplugin ${COMMON_LINK_LIBRARIES} legacy_stdio_definitions common)
7 target_precompile_headers(testplugin REUSE_FROM common)