Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Hurstel
CGoGN
Commits
9b6604cf
Commit
9b6604cf
authored
Feb 15, 2011
by
Sylvain Thery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug cmake
parent
2904fbf9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
Apps/Examples/Debug/CMakeLists.txt
Apps/Examples/Debug/CMakeLists.txt
+1
-0
Apps/Examples/Release/CMakeLists.txt
Apps/Examples/Release/CMakeLists.txt
+1
-0
Apps/Tuto/CMakeLists.txt
Apps/Tuto/CMakeLists.txt
+4
-6
No files found.
Apps/Examples/Debug/CMakeLists.txt
View file @
9b6604cf
...
@@ -15,6 +15,7 @@ include_directories(
...
@@ -15,6 +15,7 @@ include_directories(
${
CGoGN_ROOT_DIR
}
/ThirdParty/AntTweakBar/include
${
CGoGN_ROOT_DIR
}
/ThirdParty/AntTweakBar/include
${
CGoGN_ROOT_DIR
}
/ThirdParty/OpenCTM
${
CGoGN_ROOT_DIR
}
/ThirdParty/OpenCTM
${
CGoGN_ROOT_DIR
}
/ThirdParty/Assimp/include
${
CGoGN_ROOT_DIR
}
/ThirdParty/Assimp/include
${
CGoGN_ROOT_DIR
}
/ThirdParty/glm
)
)
# define libs path
# define libs path
...
...
Apps/Examples/Release/CMakeLists.txt
View file @
9b6604cf
...
@@ -16,6 +16,7 @@ include_directories(
...
@@ -16,6 +16,7 @@ include_directories(
${
CGoGN_ROOT_DIR
}
/ThirdParty/AntTweakBar/include
${
CGoGN_ROOT_DIR
}
/ThirdParty/AntTweakBar/include
${
CGoGN_ROOT_DIR
}
/ThirdParty/OpenCTM
${
CGoGN_ROOT_DIR
}
/ThirdParty/OpenCTM
${
CGoGN_ROOT_DIR
}
/ThirdParty/Assimp/include
${
CGoGN_ROOT_DIR
}
/ThirdParty/Assimp/include
${
CGoGN_ROOT_DIR
}
/ThirdParty/glm
)
)
...
...
Apps/Tuto/CMakeLists.txt
View file @
9b6604cf
...
@@ -5,8 +5,8 @@ project(Tutos)
...
@@ -5,8 +5,8 @@ project(Tutos)
#SET (COMMON_LIBS ${GLUT_LIBRARY} ${OPENGL_LIBRARY} ${GLEW_LIBRARY} ${DEVIL_LIBRARIES} ${ZLIB_LIBRARIES} ${LIBXML2_LIBRARIES} gzstream AntTweakBar openctm)
#SET (COMMON_LIBS ${GLUT_LIBRARY} ${OPENGL_LIBRARY} ${GLEW_LIBRARY} ${DEVIL_LIBRARIES} ${ZLIB_LIBRARIES} ${LIBXML2_LIBRARIES} gzstream AntTweakBar openctm)
SET
(
CMAKE_BUILD_TYPE Debug
)
#
SET (CMAKE_BUILD_TYPE Debug)
#
SET(CMAKE_BUILD_TYPE Release)
SET
(
CMAKE_BUILD_TYPE Release
)
SET
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-DNOTOPOWARNING"
)
SET
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-DNOTOPOWARNING"
)
...
@@ -55,11 +55,9 @@ target_link_libraries( tp_master
...
@@ -55,11 +55,9 @@ target_link_libraries( tp_master
add_executable
(
tuto_mt tuto_mt.cpp
)
add_executable
(
tuto_mt tuto_mt.cpp
)
target_link_libraries
(
tuto_mt
target_link_libraries
(
tuto_mt
containerD topologyD utilsD algoD
${
COMMON_LIBS
}
boost_thread
)
container topology utils algo
${
COMMON_LIBS
}
boost_thread
)
# container topology utils algo ${COMMON_LIBS} boost_thread)
add_executable
(
tuto_ogl3 tuto_ogl3.cpp
)
add_executable
(
tuto_ogl3 tuto_ogl3.cpp
)
target_link_libraries
(
tuto_ogl3
target_link_libraries
(
tuto_ogl3
containerD topologyD utilsD algoD
${
COMMON_LIBS
}
)
container topology utils algo
${
COMMON_LIBS
}
)
# container topology utils algo ${COMMON_LIBS} )
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