summaryrefslogtreecommitdiff
path: root/Tests/ExportImport/Import/A/excludedFromAll/CMakeLists.txt
blob: cd5a59bfe2e397990ba52225d13856221af21ebf (plain)
1
2
3
4
5
6
7

set(CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE ON)
set(CMAKE_INCLUDE_CURRENT_DIR ON)

include(GenerateExportHeader)
add_library(excludedFromAll SHARED EXCLUDE_FROM_ALL excludedFromAll.cpp)
generate_export_header(excludedFromAll)