Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
784d4150
Commit
784d4150
authored
Jul 05, 2016
by
LEFEBVREJP email
Browse files
Fixing several windows issues.
parent
a1ec1041
Changes
2
Hide whitespace changes
Inline
Side-by-side
radixmath/CMakeLists.txt
View file @
784d4150
TRIBITS_SUBPACKAGE
(
math
)
# avoid windows use of MIN/MAX macros
IF
(
"
${
CMAKE_SYSTEM_NAME
}
"
STREQUAL
"Windows"
)
MESSAGE
(
STATUS
"Applying -DNOMINMAX"
)
ADD_DEFINITIONS
(
-DNOMINMAX
)
ENDIF
()
SET
(
SOURCE
matrix.cc
...
...
radixmath/util.cc
View file @
784d4150
...
...
@@ -8,6 +8,7 @@
#include
"radixmath/util.hh"
#include
"radixmath/point3d.hh"
#include
"radixmath/vector3d.hh"
#include
<algorithm>
#include
<cstddef>
namespace
radix
...
...
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