3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-27 20:55:24 +02:00

build separate debug and release versions of polyvox library

This commit is contained in:
Seth Alves 2015-07-15 13:38:12 -07:00
parent 3bc182730a
commit f1c10f5119

View file

@ -4,7 +4,7 @@ include(ExternalProject)
ExternalProject_Add(
${EXTERNAL_NAME}
URL http://hifi-public.s3.amazonaws.com/dependencies/polyvox-master-2015-7-15.zip
URL_MD5 9268bc5dc4141b303521dd67c133f1df
URL_MD5 9ec6323b87e849ae36e562ae1c7494a9
CMAKE_ARGS -DENABLE_EXAMPLES=OFF -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
BINARY_DIR ${EXTERNAL_PROJECT_PREFIX}/build
LOG_DOWNLOAD 1