Skip to content

Commit 19504be

Browse files
committed
[cmake] Use RELOCATABLE macro for plugins
1 parent 87c0737 commit 19504be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ sofa_create_package_with_targets(
3535
INCLUDE_SOURCE_DIR "src"
3636
INCLUDE_INSTALL_DIR ${PROJECT_NAME}
3737
EXAMPLE_INSTALL_DIR "scenes"
38-
)
38+
RELOCATABLE "plugins"
39+
)

0 commit comments

Comments
 (0)