Enable language extension

This commit is contained in:
Christophe Riccio 2018-08-19 01:37:18 +02:00
parent 167ceb9671
commit 8e703f034b

View File

@ -24,7 +24,7 @@ before_build:
mkdir build
cd build
cmake --version
cmake .. -G %generator%
cmake .. -DGLM_TEST_ENABLE_LANG_EXTENSIONS=ON -G %generator%
build:
project: c:\dev\glm-cmake\build\template.sln