You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
220 B
12 lines
220 B
13 years ago
|
include(GenerateExportHeader)
|
||
|
|
||
|
add_compiler_export_flags()
|
||
|
|
||
|
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||
|
|
||
|
add_library(libshared SHARED libshared.cpp)
|
||
|
|
||
|
generate_export_header(libshared)
|
||
|
|
||
|
export(TARGETS libshared FILE Targets.cmake)
|