add vs code and rhel 8

This commit is contained in:
vhinger182
2024-09-02 12:00:12 +02:00
parent 4ae2edf686
commit a9c366890b
4 changed files with 169 additions and 324 deletions

View File

@ -44,7 +44,7 @@ list(APPEND JUNGFRAU_EXECUTABLES jungfrauRawDataProcessStrxQuad)
if (SLS_USE_HDF5)
if (HDF5_FOUND)
add_executable(jungfrauRawDataProcessStrxQuadH5 jungfrauRawDataProcess_filetxtH5.cpp)
target_compile_definitions(jungfrauRawDataProcessStrxQuadH5 PRIVATE JFSTRXQH5)
#target_compile_definitions(jungfrauRawDataProcessStrxQuadH5 PRIVATE JFSTRXQH5)
list(APPEND JUNGFRAU_EXECUTABLES jungfrauRawDataProcessStrxQuadH5)
target_include_directories(jungfrauRawDataProcessStrxQuadH5 PRIVATE ${HDF5_INCLUDE_DIRS} ${CMAKE_INSTALL_PREFIX}/include)
target_link_libraries(jungfrauRawDataProcessStrxQuadH5 PRIVATE ${HDF5_LIBRARIES})
@ -154,4 +154,4 @@ endforeach(exe ${JUNGFRAU_EXECUTABLES})
install(TARGETS ${JUNGFRAU_EXECUTABLES} DESTINATION bin)
install(TARGETS ${JUNGFRAU_EXECUTABLES} DESTINATION bin)