Skip to content

Commit

Permalink
debug...
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Jun 8, 2024
1 parent b65e491 commit 3ec743d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function(create_test name kind)
set(extra_files ${ARGN})
endif()
add_executable(${name}_${kind} ${name}.F90 g2_test_util.F90 ${extra_files})
target_link_libraries(${name}_${kind} PRIVATE g2_${kind} PNG::PNG g2c::g2c)
target_link_libraries(${name}_${kind} PRIVATE g2_${kind} g2c::g2c PNG::PNG)
set_target_properties(${name}_${kind} PROPERTIES COMPILE_FLAGS "${fortran_${kind}_flags}")
set_target_properties(${name}_${kind} PROPERTIES Fortran_MODULE_DIRECTORY
${CMAKE_CURRENT_BINARY_DIR}/include_${kind})
Expand Down

0 comments on commit 3ec743d

Please sign in to comment.