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
Thomas Pitiot
CGoGN
Commits
9b6604cf
Commit
9b6604cf
authored
Feb 15, 2011
by
Sylvain Thery
Browse files
bug cmake
parent
2904fbf9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Apps/Examples/Debug/CMakeLists.txt
View file @
9b6604cf
...
...
@@ -15,6 +15,7 @@ include_directories(
${
CGoGN_ROOT_DIR
}
/ThirdParty/AntTweakBar/include
${
CGoGN_ROOT_DIR
}
/ThirdParty/OpenCTM
${
CGoGN_ROOT_DIR
}
/ThirdParty/Assimp/include
${
CGoGN_ROOT_DIR
}
/ThirdParty/glm
)
# define libs path
...
...
Apps/Examples/Release/CMakeLists.txt
View file @
9b6604cf
...
...
@@ -16,6 +16,7 @@ include_directories(
${
CGoGN_ROOT_DIR
}
/ThirdParty/AntTweakBar/include
${
CGoGN_ROOT_DIR
}
/ThirdParty/OpenCTM
${
CGoGN_ROOT_DIR
}
/ThirdParty/Assimp/include
${
CGoGN_ROOT_DIR
}
/ThirdParty/glm
)
...
...
Apps/Tuto/CMakeLists.txt
View file @
9b6604cf
...
...
@@ -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
(
CMAKE_BUILD_TYPE Debug
)
#
SET(CMAKE_BUILD_TYPE Release)
#
SET (CMAKE_BUILD_TYPE Debug)
SET
(
CMAKE_BUILD_TYPE Release
)
SET
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-DNOTOPOWARNING"
)
...
...
@@ -55,11 +55,9 @@ target_link_libraries( tp_master
add_executable
(
tuto_mt tuto_mt.cpp
)
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
)
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
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