Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
simonechiocchetti authored Jan 25, 2024
1 parent 1cced15 commit c70ffe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ add_library(smesh_io SHARED
)

add_executable(smesh_test
${CMAKE_SOURCE_DIR}/src/smesh_test.f90
${CMAKE_SOURCE_DIR}/src/smesh_run.f90
)
target_link_libraries(smesh_test PRIVATE smesh smesh_io)

install(TARGETS smesh smesh_io smesh_test)
install(TARGETS smesh smesh_io smesh_run)

0 comments on commit c70ffe7

Please sign in to comment.