mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
7 lines
100 B
CMake
7 lines
100 B
CMake
|
|
project(libshared)
|
|
|
|
add_library(libshared SHARED libshared.cpp)
|
|
|
|
generate_export_header(libshared)
|