Fix INSTALL target in cmake files
This commit is contained in:
@@ -1 +1,9 @@
|
||||
add_subdirectory(examples)
|
||||
|
||||
INSTALL(
|
||||
FILES
|
||||
License.txt
|
||||
DESTINATION
|
||||
data
|
||||
)
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
SET(Examples_Files
|
||||
Schenkel.stp
|
||||
DrawingExample.FCStd
|
||||
EngineBlock.FCStd
|
||||
PartDesignExample.FCStd
|
||||
RobotExample.FCStd
|
||||
)
|
||||
@@ -16,6 +17,6 @@ INSTALL(
|
||||
FILES
|
||||
${Examples_Files}
|
||||
DESTINATION
|
||||
data/examples
|
||||
${CMAKE_INSTALL_DATADIR}/examples
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user