Skip to content

Commit

Permalink
Working on adding installs.
Browse files Browse the repository at this point in the history
  • Loading branch information
cullvox committed Sep 24, 2024
1 parent bce289d commit 61972d9
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 @@ -29,4 +29,7 @@ if (QOIXX_BUILD_TESTS)
target_link_libraries(qoitest qoixx::qoixx)
target_include_directories(qoitest PUBLIC ${DOCTEST})
set_target_properties(qoitest PROPERTIES CXX_STANDARD 20)

install(TARGETS qoibench qoiconv
RUNTIME DESTINATION "${PROJECT_SOURCE_DIR}/bin")
endif()

0 comments on commit 61972d9

Please sign in to comment.