Skip to content
Snippets Groups Projects
Commit f92d521b authored by Brad Payne (Vir Linden)'s avatar Brad Payne (Vir Linden)
Browse files

fixed windows boost library names

parent 7dfa297b
No related branches found
No related tags found
No related merge requests found
...@@ -9,17 +9,16 @@ use_prebuilt_binary(libxml) ...@@ -9,17 +9,16 @@ use_prebuilt_binary(libxml)
set(LLPRIMITIVE_INCLUDE_DIRS set(LLPRIMITIVE_INCLUDE_DIRS
${LIBS_OPEN_DIR}/llprimitive ${LIBS_OPEN_DIR}/llprimitive
) )
if (WINDOWS) if (WINDOWS)
set(LLPRIMITIVE_LIBRARIES set(LLPRIMITIVE_LIBRARIES
debug llprimitive debug llprimitive
optimized llprimitive optimized llprimitive
debug libcollada14dom22-d debug libcollada14dom22-d
optimized libcollada14dom22 optimized libcollada14dom22
debug libboost_filesystem-d debug libboost_filesystem-vc100-mt-gd-1_45
optimized libboost_filesystem optimized libboost_filesystem-vc100-mt-1_45
debug libboost_system-d debug libboost_system-vc100-mt-gd-1_45
optimized libboost_system optimized libboost_system-vc100-mt-1_45
) )
else (WINDOWS) else (WINDOWS)
set(LLPRIMITIVE_LIBRARIES set(LLPRIMITIVE_LIBRARIES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment