CMakeLists.txt 100 B

123456
  1. project(libshared)
  2. add_library(libshared SHARED libshared.cpp)
  3. generate_export_header(libshared)