Surface NMR forward modelling
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

CMakeLists.txt 317B

123456789101112
  1. add_executable( KernelV0 KernelV0.cpp )
  2. target_link_libraries( KernelV0 "lemmacore" "fdem1d" "merlin")
  3. # Linking
  4. if ( LEMMA_VTK6_SUPPORT OR LEMMA_VTK7_SUPPORT )
  5. target_link_libraries( KernelV0 ${VTK_LIBRARIES})
  6. # target_link_libraries(lemmacore "matplot")
  7. endif()
  8. INSTALL_TARGETS( "/share/Merlin/"
  9. KernelV0
  10. )