Tell the compiler we are using colladadom dll, and not a static lib. Use our current boost libs

This commit is contained in:
Latif Khalifa
2013-01-30 05:26:15 +01:00
parent 1934fc9bd4
commit 085800f6e0

View File

@@ -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