Skip to content
Snippets Groups Projects
Commit b04d761a authored by Nyx (Neal Orman)'s avatar Nyx (Neal Orman)
Browse files

CTS-231 WIP update mac and linux autobuild libraries for glod and convex decomp

Updating cmake to ensure that linux uses the non-stub version of convex decomp.

Code reviewed by Falcon
parent fd98ea14
No related branches found
No related tags found
No related merge requests found
...@@ -5,11 +5,11 @@ set(LLCONVEXDECOMP_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include) ...@@ -5,11 +5,11 @@ set(LLCONVEXDECOMP_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include)
if (INSTALL_PROPRIETARY AND NOT STANDALONE) if (INSTALL_PROPRIETARY AND NOT STANDALONE)
use_prebuilt_binary(llconvexdecomposition) use_prebuilt_binary(llconvexdecomposition)
if (WINDOWS) if (WINDOWS OR LINUX)
set(LLCONVEXDECOMP_LIBRARY llconvexdecomposition) set(LLCONVEXDECOMP_LIBRARY llconvexdecomposition)
else (WINDOWS) else (WINDOWS OR LINUX)
set(LLCONVEXDECOMP_LIBRARY llconvexdecompositionstub) set(LLCONVEXDECOMP_LIBRARY llconvexdecompositionstub)
endif (WINDOWS) endif (WINDOWS OR LINUX)
else (INSTALL_PROPRIETARY AND NOT STANDALONE) else (INSTALL_PROPRIETARY AND NOT STANDALONE)
use_prebuilt_binary(llconvexdecompositionstub) use_prebuilt_binary(llconvexdecompositionstub)
set(LLCONVEXDECOMP_LIBRARY llconvexdecompositionstub) set(LLCONVEXDECOMP_LIBRARY llconvexdecompositionstub)
......
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