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
56e486a3
Commit
56e486a3
authored
Nov 26, 2015
by
Jan Möbius
Browse files
Missing dll when building debug and release package
parent
7fc4253e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenMesh/Core/CMakeLists.txt
View file @
56e486a3
...
@@ -73,7 +73,9 @@ endif()
...
@@ -73,7 +73,9 @@ endif()
if
(
${
PROJECT_NAME
}
MATCHES
"OpenMesh"
)
if
(
${
PROJECT_NAME
}
MATCHES
"OpenMesh"
)
if
(
WIN32
)
if
(
WIN32
)
FILE
(
GLOB files_install_libs
"
${
CMAKE_BINARY_DIR
}
/Build/lib/*.lib"
)
FILE
(
GLOB files_install_libs
"
${
CMAKE_BINARY_DIR
}
/Build/lib/*.lib"
)
FILE
(
GLOB files_install_dlls
"
${
CMAKE_BINARY_DIR
}
/Build/*.dll"
)
INSTALL
(
FILES
${
files_install_libs
}
DESTINATION lib
)
INSTALL
(
FILES
${
files_install_libs
}
DESTINATION lib
)
INSTALL
(
FILES
${
files_install_dlls
}
)
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