NASA Logo
Ocean Color Science Software

ocssw V2022
/gfs-oceanweb/web/ocssw/ocssw_src/src/ancgen/CMakeLists.txt File Reference

Functions

 cmake_minimum_required (VERSION 3.12) set(LIBS genutils timeutils cgal_interp) find_package(NetCDF REQUIRED COMPONENTS C CXX) include_directories($
 
 list (APPEND LIBS ${NETCDF_LIBRARIES}) find_package(GSL REQUIRED) include_directories($
 
 list (APPEND LIBS ${GSL_LIBRARIES}) add_executable(ancgen ancgen.cpp copyvaratts.cpp) add_executable(extractSPEX extractSPEX.cpp copyvaratts.cpp) target_link_libraries(ancgen $
 

Function Documentation

◆ cmake_minimum_required()

cmake_minimum_required ( VERSION 3.  12)

Definition at line 1 of file CMakeLists.txt.

◆ list() [1/2]

list ( APPEND LIBS ${GSL_LIBRARIES}  )

Definition at line 12 of file CMakeLists.txt.

◆ list() [2/2]

list ( APPEND LIBS ${NETCDF_LIBRARIES}  )

Definition at line 8 of file CMakeLists.txt.