Skip to content

Commit dd54295

Browse files
committed
[cmake] Correct installation folders for headers and source files in sofa.create.target
1 parent 9225bd4 commit dd54295

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,7 @@ sofa_create_package_with_targets(
4545
PACKAGE_NAME ${PROJECT_NAME}
4646
PACKAGE_VERSION ${PROJECT_VERSION}
4747
TARGETS ${PROJECT_NAME}
48-
INCLUDE_INSTALL_DIR ${${PROJECT_NAME}_INCLUDE_DIRS}
48+
INCLUDE_SOURCE_DIR "src"
49+
INCLUDE_INSTALL_DIR ${PROJECT_NAME}
50+
EXAMPLE_INSTALL_DIR "scenes"
4951
)

0 commit comments

Comments
 (0)