ocssw
V2022
|
/gfs-oceanweb/web/ocssw/ocssw_src/src/geolocate_viirs/CMakeLists.txt File Reference
Functions | |
cmake_minimum_required (VERSION 3.12) find_package(LibViirsGeo REQUIRED) if(LibViirsGeo_INCLUDE_DIRS) include_directories($ | |
endif () set(LIBS $ | |
list (APPEND LIBS piutils) add_executable(geolocate_viirs Geolocate_Viirs_Driver.cpp geolocate_viirs_input.cpp) target_link_libraries(geolocate_viirs $ | |
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") set(CMAKE_EXE_LINKER_FLAGS "-Wl | |
Variables | |
stack_size | Wl |
Function Documentation
◆ cmake_minimum_required()
cmake_minimum_required | ( | VERSION 3. | 12 | ) |
Definition at line 1 of file CMakeLists.txt.
◆ endif()
endif | ( | ) |
Definition at line 6 of file CMakeLists.txt.
◆ if()
if | ( | ${CMAKE_SYSTEM_NAME} MATCHES "Darwin" | ) |
◆ list()
list | ( | APPEND LIBS | piutils | ) |
Definition at line 9 of file CMakeLists.txt.
Variable Documentation
◆ Wl
stack_size Wl |
Definition at line 21 of file CMakeLists.txt.