+ unify DLL export defines to namespace names
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
1
data/CMakeLists.txt
Normal file
1
data/CMakeLists.txt
Normal file
@@ -0,0 +1 @@
|
||||
add_subdirectory(examples)
|
||||
25
data/License.txt
Normal file
25
data/License.txt
Normal file
@@ -0,0 +1,25 @@
|
||||
|
||||
The files:
|
||||
|
||||
DrawingExample.FCStd
|
||||
PartDesignExample.FCStd
|
||||
RobotExample.FCStd
|
||||
Schenkel.stp
|
||||
|
||||
are
|
||||
(c) 2011 Juergen Riegel (juergen.riegel@web.de)
|
||||
licensed under:
|
||||
|
||||
Creative Commons Attribution Share Alike
|
||||
|
||||
|
||||
The files:
|
||||
|
||||
EngineBlock.FCStd
|
||||
|
||||
are
|
||||
(c) 2011 Werner Mayer (wmayer@users.sourceforge.net)
|
||||
licensed under:
|
||||
|
||||
Creative Commons Attribution Share Alike
|
||||
|
||||
11
data/Makefile.am
Normal file
11
data/Makefile.am
Normal file
@@ -0,0 +1,11 @@
|
||||
SUBDIRS=examples
|
||||
|
||||
# Change data dir from default
|
||||
datadir = @datadir@/data
|
||||
data_DATA = \
|
||||
License.txt
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(data_DATA) \
|
||||
CMakeLists.txt
|
||||
|
||||
21
data/examples/CMakeLists.txt
Normal file
21
data/examples/CMakeLists.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
SET(Examples_Files
|
||||
Schenkel.stp
|
||||
DrawingExample.FCStd
|
||||
PartDesignExample.FCStd
|
||||
RobotExample.FCStd
|
||||
)
|
||||
|
||||
ADD_CUSTOM_TARGET(Example_data ALL
|
||||
SOURCES ${Examples_Files}
|
||||
)
|
||||
|
||||
fc_copy_sources("data/examples" "Examples" ${Examples_Files})
|
||||
|
||||
install(
|
||||
FILES
|
||||
${Examples_Files}
|
||||
DESTINATION
|
||||
data/examples
|
||||
)
|
||||
|
||||
BIN
data/examples/DrawingExample.FCStd
Normal file
BIN
data/examples/DrawingExample.FCStd
Normal file
Binary file not shown.
BIN
data/examples/EngineBlock.FCStd
Normal file
BIN
data/examples/EngineBlock.FCStd
Normal file
Binary file not shown.
14
data/examples/Makefile.am
Normal file
14
data/examples/Makefile.am
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
# Change data dir from default
|
||||
datadir = @datadir@/data/examples
|
||||
data_DATA = \
|
||||
DrawingExample.FCStd \
|
||||
EngineBlock.FCStd \
|
||||
PartDesignExample.FCStd \
|
||||
RobotExample.FCStd \
|
||||
Schenkel.stp
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(data_DATA) \
|
||||
CMakeLists.txt
|
||||
|
||||
BIN
data/examples/PartDesignExample.FCStd
Normal file
BIN
data/examples/PartDesignExample.FCStd
Normal file
Binary file not shown.
BIN
data/examples/RobotExample.FCStd
Normal file
BIN
data/examples/RobotExample.FCStd
Normal file
Binary file not shown.
11782
data/examples/Schenkel.stp
Normal file
11782
data/examples/Schenkel.stp
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user