Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenMesh
OpenMesh
Commits
deb4baab
Commit
deb4baab
authored
Oct 11, 2011
by
Jan Möbius
Browse files
Typo
git-svn-id:
http://www.openmesh.org/svnrepo/OpenMesh/trunk@435
fdac6126-5c0c-442c-9429-916003d36597
parent
90b34a7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenMesh/Core/CMakeLists.txt
View file @
deb4baab
...
@@ -59,8 +59,8 @@ endif()
...
@@ -59,8 +59,8 @@ endif()
# if we build debug and release in the same dir, we want to install both!
# if we build debug and release in the same dir, we want to install both!
if
(
${
PROJECT_NAME
}
MATCHES
"OpenMesh"
)
if
(
${
PROJECT_NAME
}
MATCHES
"OpenMesh"
)
if
(
WIN32
)
if
(
WIN32
)
message
(
"Location :
${
CMAKE_
CURRENT_
BINARY_DIR
}
/Build/lib/lib*.lib "
)
message
(
"Location :
${
CMAKE_BINARY_DIR
}
/Build/lib/lib*.lib "
)
INSTALL
(
FILES
"
${
CMAKE_
CURRENT_
BINARY_DIR
}
/Build/lib/lib*.lib"
DESTINATION lib
)
INSTALL
(
FILES
"
${
CMAKE_BINARY_DIR
}
/Build/lib/lib*.lib"
DESTINATION lib
)
endif
()
endif
()
endif
()
endif
()
...
...
Write
Preview
Supports
Markdown
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