Surface NMR forward modelling
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

CMakeLists.txt 272B

1234567891011
  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. endif()
  7. INSTALL_TARGETS( "/share/Merlin/"
  8. KernelV0
  9. )