Skip to content

Commit

Permalink
Merge branch 'issue-354' into 'main'
Browse files Browse the repository at this point in the history
[issue-354] Added deserialize installation process

See merge request syntron/support/csr/ifm3d/ifm3d!419
  • Loading branch information
vksgaikwad3 committed Nov 15, 2024
2 parents 4181fda + 07847a3 commit f43f6c7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions modules/deserialize/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,16 @@ if(BUILD_TESTS)
else()
message(WARNING "Skipping ${IFM3D_DESERIALIZE_MODULE_NAME} unit tests!")
endif()

################################################
## Manage installation process
################################################
if(BUILD_SDK_PKG)
install(DIRECTORY ${IFM3D_DESERIALIZE_SOURCE_DIR}/include/
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
COMPONENT ifm3d
PATTERN "*.in" EXCLUDE
PATTERN ".git" EXCLUDE
PATTERN "*~" EXCLUDE
)
endif()

0 comments on commit f43f6c7

Please sign in to comment.