Stephen Kelly 30880707c0 Add the GenerateExportMacro with unit tests.
Reviewed-by: Marcus D. Hanwell <marcus.hanwell@kitware.com>
2011-08-07 18:33:47 +02:00

7 lines
100 B
CMake

project(libshared)
add_library(libshared SHARED libshared.cpp)
generate_export_header(libshared)