Newer
Older
#################
# BUILD UTILITIES
#################
message("libMeshb_LIBRARIES: ${libMeshb_LIBRARIES}")
message("LINK_LIBRARIES: ${LINK_LIBRARIES}")
message("HDF5_LIBRARY: ${HDF5_LIBRARY}")
message("HDF5_LIBRARIES: ${HDF5_LIBRARIES}")
add_executable(cgns2meshb cgns2meshb.cpp msh.c)
target_link_libraries(cgns2meshb ${libMeshb_LIBRARIES} ${LINK_LIBRARIES} ${HDF5_LIBRARY} ${LINK_LIBS} /usr/local/lib/libcgns.dylib ${CMAKE_THREAD_LIBS_INIT})
install (TARGETS cgns2meshb DESTINATION bin COMPONENT applications)