Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CGoGN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
David Cazier
CGoGN
Commits
c66ab714
Commit
c66ab714
authored
Apr 30, 2014
by
Sylvain Thery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tutos ...
parent
2f3a34b6
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
13 additions
and
10 deletions
+13
-10
Apps/Tuto/CMakeLists.txt
Apps/Tuto/CMakeLists.txt
+1
-10
Apps/Tuto/Modelling/CMakeLists.txt
Apps/Tuto/Modelling/CMakeLists.txt
+12
-0
Apps/Tuto/Modelling/tuto_oper2.cpp
Apps/Tuto/Modelling/tuto_oper2.cpp
+0
-0
Apps/Tuto/Modelling/tuto_oper2.h
Apps/Tuto/Modelling/tuto_oper2.h
+0
-0
Apps/Tuto/Modelling/tuto_oper2.ui
Apps/Tuto/Modelling/tuto_oper2.ui
+0
-0
Apps/Tuto/Modelling/tuto_oper3.cpp
Apps/Tuto/Modelling/tuto_oper3.cpp
+0
-0
Apps/Tuto/Modelling/tuto_oper3.h
Apps/Tuto/Modelling/tuto_oper3.h
+0
-0
Apps/Tuto/Modelling/tuto_oper3.ui
Apps/Tuto/Modelling/tuto_oper3.ui
+0
-0
No files found.
Apps/Tuto/CMakeLists.txt
View file @
c66ab714
...
...
@@ -53,17 +53,8 @@ add_executable( tuto5 tuto5.cpp ${tuto5_ui} ${tuto5_moc})
target_link_libraries
(
tuto5
${
CGoGN_LIBS_D
}
${
CGoGN_EXT_LIBS
}
)
QT4_WRAP_UI
(
tuto_oper2_ui tuto_oper2.ui
)
QT4_WRAP_CPP
(
tuto_oper2_moc tuto_oper2.h
)
add_executable
(
tuto_oper2 tuto_oper2.cpp
${
tuto_oper2_ui
}
${
tuto_oper2_moc
}
)
target_link_libraries
(
tuto_oper2
${
CGoGN_LIBS_D
}
${
CGoGN_EXT_LIBS
}
)
QT4_WRAP_UI
(
tuto_oper3_ui tuto_oper3.ui
)
QT4_WRAP_CPP
(
tuto_oper3_moc tuto_oper3.h
)
add_executable
(
tuto_oper3 tuto_oper3.cpp
${
tuto_oper3_ui
}
${
tuto_oper3_moc
}
)
target_link_libraries
(
tuto_oper3
${
CGoGN_LIBS_D
}
${
CGoGN_EXT_LIBS
}
)
QT4_WRAP_UI
(
tuto_orbits_ui tuto_orbits.ui
)
QT4_WRAP_CPP
(
tuto_orbits_moc tuto_orbits.h
)
...
...
Apps/Tuto/Modelling/CMakeLists.txt
View file @
c66ab714
...
...
@@ -28,3 +28,15 @@ ENDIF(WIN32)
add_executable
(
basics basics.cpp
)
target_link_libraries
(
basics
${
CGoGN_LIBS_D
}
${
CGoGN_EXT_LIBS
}
)
QT4_WRAP_UI
(
tuto_oper2_ui tuto_oper2.ui
)
QT4_WRAP_CPP
(
tuto_oper2_moc tuto_oper2.h
)
add_executable
(
tuto_oper2 tuto_oper2.cpp
${
tuto_oper2_ui
}
${
tuto_oper2_moc
}
)
target_link_libraries
(
tuto_oper2
${
CGoGN_LIBS_D
}
${
CGoGN_EXT_LIBS
}
)
QT4_WRAP_UI
(
tuto_oper3_ui tuto_oper3.ui
)
QT4_WRAP_CPP
(
tuto_oper3_moc tuto_oper3.h
)
add_executable
(
tuto_oper3 tuto_oper3.cpp
${
tuto_oper3_ui
}
${
tuto_oper3_moc
}
)
target_link_libraries
(
tuto_oper3
${
CGoGN_LIBS_D
}
${
CGoGN_EXT_LIBS
}
)
Apps/Tuto/tuto_oper2.cpp
→
Apps/Tuto/
Modelling/
tuto_oper2.cpp
View file @
c66ab714
File moved
Apps/Tuto/tuto_oper2.h
→
Apps/Tuto/
Modelling/
tuto_oper2.h
View file @
c66ab714
File moved
Apps/Tuto/tuto_oper2.ui
→
Apps/Tuto/
Modelling/
tuto_oper2.ui
View file @
c66ab714
File moved
Apps/Tuto/tuto_oper3.cpp
→
Apps/Tuto/
Modelling/
tuto_oper3.cpp
View file @
c66ab714
File moved
Apps/Tuto/tuto_oper3.h
→
Apps/Tuto/
Modelling/
tuto_oper3.h
View file @
c66ab714
File moved
Apps/Tuto/tuto_oper3.ui
→
Apps/Tuto/
Modelling/
tuto_oper3.ui
View file @
c66ab714
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment