Removed CMake code which tries to build/use PolyVoxCore as a library.

This commit is contained in:
David Williams
2015-02-06 23:29:35 +01:00
parent 9d9e3996a3
commit c3f2e5217e
8 changed files with 13 additions and 62 deletions

View File

@ -58,7 +58,7 @@ IF(LIBRARY_TYPE STREQUAL "DYNAMIC")
ENDIF()
SET_PROPERTY(TARGET PolyVoxUtil PROPERTY FOLDER "Library")
TARGET_LINK_LIBRARIES(PolyVoxUtil PolyVoxCore)
TARGET_LINK_LIBRARIES(PolyVoxUtil)
SET_TARGET_PROPERTIES(PolyVoxUtil PROPERTIES VERSION ${POLYVOX_VERSION} SOVERSION ${POLYVOX_VERSION_MAJOR})
IF(MSVC)
SET_TARGET_PROPERTIES(PolyVoxUtil PROPERTIES COMPILE_FLAGS "/W4 /wd4251 /wd4127") #Disable warning on STL exports