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
74a258a0
Commit
74a258a0
authored
Dec 04, 2011
by
sylvain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enleve includes parasites
parent
a7c708cd
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
6 deletions
+2
-6
build/CMakeLists.txt
build/CMakeLists.txt
+1
-1
include/Utils/img3D_IO.h
include/Utils/img3D_IO.h
+0
-1
include/Utils/pointSprite.h
include/Utils/pointSprite.h
+0
-2
include/Utils/text3d.h
include/Utils/text3d.h
+1
-2
No files found.
build/CMakeLists.txt
View file @
74a258a0
...
...
@@ -55,7 +55,7 @@ SET (CGoGN_EXT_LIBS
#optionnal libs
IF
(
WITH_ASSIMP
)
add_definitions
(
-DWITH_ASSIMP
)
SET
(
CGoGN_EXT_INCLUDES
${
CGoGN_EXT_INCLUDES
}
ThirdParty/Assimp/include
)
SET
(
CGoGN_EXT_INCLUDES
${
CGoGN_EXT_INCLUDES
}
${
CGoGN_ROOT_DIR
}
/
ThirdParty/Assimp/include
)
SET
(
CGoGN_EXT_LIBS
${
CGoGN_EXT_LIBS
}
assimp
)
ENDIF
(
WITH_ASSIMP
)
...
...
include/Utils/img3D_IO.h
View file @
74a258a0
...
...
@@ -26,7 +26,6 @@
#define __IMG3D_IO__
#include "Utils/os_spec.h"
#include <IL/ilu.h>
namespace
CGoGN
{
...
...
include/Utils/pointSprite.h
View file @
74a258a0
...
...
@@ -27,8 +27,6 @@
#include "Utils/GLSLShader.h"
#include "Geometry/vector_gen.h"
#include <IL/ilu.h>
#include <IL/ilut.h>
namespace
CGoGN
{
namespace
Utils
{
class
VBO
;
}
}
...
...
include/Utils/text3d.h
View file @
74a258a0
...
...
@@ -27,8 +27,7 @@
#include "Utils/GLSLShader.h"
#include "Geometry/vector_gen.h"
#include <IL/ilu.h>
#include <IL/ilut.h>
namespace
CGoGN
{
...
...
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