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
CGoGN
CGoGN
Commits
d8f993a0
Commit
d8f993a0
authored
Jan 04, 2013
by
Pierre Kraemer
Browse files
add -fPIC flag in Assimp compilation
parent
5600a6e5
Changes
2
Hide whitespace changes
Inline
Side-by-side
SCHNApps/Plugins/subdivideSurface/subdivideSurface.ui
View file @
d8f993a0
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<rect>
<rect>
<x>
0
</x>
<x>
0
</x>
<y>
0
</y>
<y>
0
</y>
<width>
17
4
</width>
<width>
17
6
</width>
<height>
427
</height>
<height>
427
</height>
</rect>
</rect>
</property>
</property>
...
...
ThirdParty/Assimp/CMakeLists.txt
View file @
d8f993a0
...
@@ -16,5 +16,7 @@ ENDIF ( NOT Boost_FOUND )
...
@@ -16,5 +16,7 @@ ENDIF ( NOT Boost_FOUND )
INCLUDE_DIRECTORIES
(
${
Boost_INCLUDE_DIRS
}
)
INCLUDE_DIRECTORIES
(
${
Boost_INCLUDE_DIRS
}
)
SET
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-fPIC"
)
SET
(
CMAKE_C_FLAGS
"
${
CMAKE_C_FLAGS
}
-fPIC"
)
ADD_SUBDIRECTORY
(
code/
)
ADD_SUBDIRECTORY
(
code/
)
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