Skip to content

Commit

Permalink
Install executable within project binary directory. #17
Browse files Browse the repository at this point in the history
  • Loading branch information
tlestang committed Feb 28, 2022
1 parent b6de1d3 commit db433bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ add_subdirectory(decomp2d)
add_subdirectory(src)

include(GNUInstallDirs)
set(CMAKE_INSTALL_PREFIX ${PROJECT_BINARY_DIR})
install(TARGETS xcompact3d
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
)

0 comments on commit db433bb

Please sign in to comment.