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.
9 lines
221 B
9 lines
221 B
4 years ago
|
cmake_minimum_required(VERSION 3.0)
|
||
|
|
||
|
project(gswteos-10)
|
||
|
|
||
|
add_library(gswteos-10 SHARED gsw_saar.c gsw_oceanographic_toolbox.c)
|
||
|
|
||
|
install(TARGETS gswteos-10 DESTINATION lib)
|
||
|
install(FILES gswteos-10.h DESTINATION include)
|