Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Etienne Schmitt
CGoGN
Commits
c66ab714
Commit
c66ab714
authored
Apr 30, 2014
by
Sylvain Thery
Browse files
Tutos ...
parent
2f3a34b6
Changes
8
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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