Skip to content

Commit

Permalink
[EN-7490] Implement Tools
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyKalin committed Sep 13, 2023
1 parent 2f98234 commit 2bd9651
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 @@ -358,6 +358,7 @@ if (DXFCXX_INSTALL)
if (DXFCXX_INSTALL_LIB)
install(TARGETS ${PROJECT_NAME})
install(TARGETS ${PROJECT_NAME}_static)
install(TARGETS DxFeedGraalNativeSdk)
install(DIRECTORY "include" DESTINATION "." PATTERN "build" EXCLUDE)
install(FILES "LICENSE" "README.md" DESTINATION ".")
endif ()
Expand Down

0 comments on commit 2bd9651

Please sign in to comment.