Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Merlin Marek
assimp-lean
Commits
87b09efa
Commit
87b09efa
authored
Dec 09, 2017
by
Philip Trettner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added bigobj compile option for msvc
parent
3aa1c5d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
CMakeLists.txt
CMakeLists.txt
+4
-1
No files found.
CMakeLists.txt
View file @
87b09efa
...
...
@@ -40,7 +40,10 @@ if(NOT MSVC)
else
()
target_compile_options
(
assimp PUBLIC
/MP
# multi processor compilation
)
)
target_compile_options
(
assimp PRIVATE
/bigobj
# due to IFCReaderGen1
)
endif
()
target_compile_definitions
(
assimp PUBLIC
...
...
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