Skip to content

Commit

Permalink
Update CMakeLists.txt with bin install (#611)
Browse files Browse the repository at this point in the history
installing athena to bin directory.
  • Loading branch information
VictorEijkhout authored Dec 4, 2024
1 parent 02cb9fb commit 191f346
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -206,3 +206,6 @@ target_include_directories(athena PUBLIC
)

configure_file(config.hpp.in config.hpp)

install( TARGETS athena DESTINATION bin )

0 comments on commit 191f346

Please sign in to comment.