Do not link shared OpenMesh Version under windows
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@167 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -32,9 +32,12 @@ else ()
|
||||
endif ()
|
||||
|
||||
target_link_libraries (OpenMeshTools OpenMeshCore)
|
||||
target_link_libraries (OpenMeshToolsStatic OpenMeshCoreStatic)
|
||||
|
||||
if (NOT ACG_PROJECT_MACOS_BUNDLE OR NOT APPLE)
|
||||
IF( NOT WIN32 )
|
||||
target_link_libraries (OpenMeshToolsStatic OpenMeshCoreStatic)
|
||||
ENDIF(NOT WIN32)
|
||||
|
||||
if (NOT ACG_PROJECT_MACOS_BUNDLE OR NOT APPLE)
|
||||
# Install Header Files
|
||||
install(DIRECTORY .
|
||||
DESTINATION include/OpenMesh/Tools
|
||||
|
||||
Reference in New Issue
Block a user