Skip to content

Commit

Permalink
Install tools and tests to 'bin' (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt authored Dec 31, 2024
1 parent af4a8cd commit 3b471e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
set(SOURCES msh3test.cpp)
add_executable(msh3test ${SOURCES})
target_link_libraries(msh3test msh3 msh3_headers)
install(TARGETS msh3test EXPORT msh3 DESTINATION lib)
install(TARGETS msh3test EXPORT msh3 RUNTIME DESTINATION bin)
2 changes: 1 addition & 1 deletion tool/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
set(SOURCES msh3_app.cpp)
add_executable(msh3app ${SOURCES})
target_link_libraries(msh3app msh3 msh3_headers)
install(TARGETS msh3app EXPORT msh3 DESTINATION lib)
install(TARGETS msh3app EXPORT msh3 RUNTIME DESTINATION bin)

0 comments on commit 3b471e9

Please sign in to comment.