/[lmdze]/trunk/dyn3d/CMakeLists.txt
ViewVC logotype

Diff of /trunk/dyn3d/CMakeLists.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 351 by guez, Tue Jan 7 11:59:00 2020 UTC revision 352 by guez, Thu Jan 16 19:20:50 2020 UTC
# Line 7  foreach(my_dir Guide Dissipation Inter_b Line 7  foreach(my_dir Guide Dissipation Inter_b
7  endforeach(my_dir)  endforeach(my_dir)
8    
9  add_executable(gcm ${CMAKE_CURRENT_LIST_DIR}/gcm.f90)  add_executable(gcm ${CMAKE_CURRENT_LIST_DIR}/gcm.f90)
10  target_link_libraries(gcm LMDZE_objects ${netcdff_LIBRARY} ${NetCDF_LIBRARY})  target_include_directories(gcm PRIVATE ${XIOS_INCLUDE_DIR})
11    target_link_libraries(gcm LMDZE_objects ${XIOS_LIBRARY}
12      stdc++ MPI::MPI_CXX)
13    
14  add_executable(test_fxhyp ${CMAKE_CURRENT_LIST_DIR}/test_fxhyp.f90)  add_executable(test_fxhyp ${CMAKE_CURRENT_LIST_DIR}/test_fxhyp.f90)
15  target_link_libraries(test_fxhyp LMDZE_objects ${netcdff_LIBRARY}  target_link_libraries(test_fxhyp LMDZE_objects)
   ${NetCDF_LIBRARY})  
16    
17  add_executable(ce0l ${CMAKE_CURRENT_LIST_DIR}/ce0l.f90)  add_executable(ce0l ${CMAKE_CURRENT_LIST_DIR}/ce0l.f90)
18  target_link_libraries(ce0l LMDZE_objects ${netcdff_LIBRARY} ${NetCDF_LIBRARY})  target_link_libraries(ce0l LMDZE_objects)

Legend:
Removed from v.351  
changed lines
  Added in v.352

  ViewVC Help
Powered by ViewVC 1.1.21