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)
set(LLPRIMITIVE_INCLUDE_DIRS
${LIBS_OPEN_DIR}/llprimitive
)
if (WINDOWS)
set(LLPRIMITIVE_LIBRARIES
debug llprimitive
optimized llprimitive
debug libcollada14dom22-d
optimized libcollada14dom22
debug libboost_filesystem-d
optimized libboost_filesystem
debug libboost_system-d
optimized libboost_system
debug libboost_filesystem-vc100-mt-gd-1_45
optimized libboost_filesystem-vc100-mt-1_45
debug libboost_system-vc100-mt-gd-1_45
optimized libboost_system-vc100-mt-1_45
)
else (WINDOWS)
set(LLPRIMITIVE_LIBRARIES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment