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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thomas Pitiot
CGoGN
Commits
6cf78ec7
Commit
6cf78ec7
authored
Oct 05, 2012
by
Sylvain Thery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove TP_Master
parent
0470ea57
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Apps/Tuto/CMakeLists.txt
Apps/Tuto/CMakeLists.txt
+4
-4
Apps/deprecated/tp_master.cpp
Apps/deprecated/tp_master.cpp
+0
-0
Apps/deprecated/tp_master.h
Apps/deprecated/tp_master.h
+0
-0
No files found.
Apps/Tuto/CMakeLists.txt
View file @
6cf78ec7
...
...
@@ -81,10 +81,10 @@ add_executable( tuto_subdivision tuto_subdivision.cpp)
target_link_libraries
(
tuto_subdivision
${
CGoGN_LIBS_D
}
${
CGoGN_EXT_LIBS
}
)
QT4_WRAP_CPP
(
tp_master_moc tp_master.h
)
add_executable
(
tp_master tp_master.cpp
${
tp_master_moc
}
)
target_link_libraries
(
tp_master
${
CGoGN_LIBS_D
}
${
CGoGN_EXT_LIBS
}
)
#
QT4_WRAP_CPP(tp_master_moc tp_master.h)
#
add_executable( tp_master tp_master.cpp ${tp_master_moc})
#
target_link_libraries( tp_master
#
${CGoGN_LIBS_D} ${CGoGN_EXT_LIBS} )
QT4_WRAP_CPP
(
tuto_histo_moc tuto_histo.h
)
add_executable
(
tuto_histo tuto_histo.cpp tuto_histo.h
${
tuto_histo_ui
}
${
tuto_histo_moc
}
)
...
...
Apps/
Tuto
/tp_master.cpp
→
Apps/
deprecated
/tp_master.cpp
View file @
6cf78ec7
File moved
Apps/
Tuto
/tp_master.h
→
Apps/
deprecated
/tp_master.h
View file @
6cf78ec7
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