Tell the compiler we are using colladadom dll, and not a static lib. Use our current boost libs
This commit is contained in:
@@ -24,13 +24,14 @@ else (STANDALONE)
|
|||||||
)
|
)
|
||||||
|
|
||||||
if (WINDOWS)
|
if (WINDOWS)
|
||||||
|
add_definitions(-DDOM_DYNAMIC)
|
||||||
set(COLLADADOM_LIBRARIES
|
set(COLLADADOM_LIBRARIES
|
||||||
debug libcollada14dom22-d
|
debug libcollada14dom22-d
|
||||||
optimized libcollada14dom22
|
optimized libcollada14dom22
|
||||||
debug libboost_filesystem-mt-gd
|
debug libboost_filesystem-vc100-mt-gd-1_45.lib
|
||||||
optimized libboost_filesystem-mt
|
optimized libboost_filesystem-vc100-mt-1_45.lib
|
||||||
debug libboost_system-mt-gd
|
debug libboost_system-vc100-mt-gd-1_45.lib
|
||||||
optimized libboost_system-mt
|
optimized libboost_system-vc100-mt-1_45.lib
|
||||||
)
|
)
|
||||||
else (WINDOWS)
|
else (WINDOWS)
|
||||||
set(COLLADADOM_LIBRARIES
|
set(COLLADADOM_LIBRARIES
|
||||||
|
|||||||
Reference in New Issue
Block a user