build: streamling include-tree install
This commit is contained in:
parent
69d4c89aa6
commit
c09dfcc4f5
2 changed files with 1 additions and 6 deletions
|
|
@ -44,9 +44,4 @@ add_subdirectory(src/simulator)
|
|||
|
||||
xo_export_cmake_config(${PROJECT_NAME} ${PROJECT_VERSION} ${PROJECT_NAME}Targets)
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
# install project .hpp files
|
||||
|
||||
xo_install_include_tree()
|
||||
|
||||
# end CMakeLists.txt
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ set(SELF_SRCS
|
|||
Simulator.cpp SourceTimestamp.cpp
|
||||
init_simulator.cpp)
|
||||
|
||||
xo_add_shared_library3(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 ${SELF_SRCS})
|
||||
xo_add_shared_library4(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 ${SELF_SRCS})
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
# external dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue