From 16905976c82c57fdc98a8988392354597f166a12 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 20 Dec 2017 13:12:19 +0000 Subject: improving compilation speed --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 957224a5..8fd23f7e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,4 +55,5 @@ if(UNIT_TESTS) make_test(syncqueuetest 1) make_test(activetest 1) make_test(structtest ${SIMULATION_RUNS}) + make_test(defaultfiletest ${SIMULATION_RUNS}) endif() -- cgit From b885965a6375f98d6bec63a43233461f9f42006d Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 20 Dec 2017 17:39:48 +0000 Subject: Added default shaders, update version script --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 8fd23f7e..0ea75fa1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0) # yage library cmakelists.txt project(yage - VERSION 0.3.1.0 + VERSION 0.1.3.0 LANGUAGES CXX) if(NOT DEFINED UNIT_TESTS) @@ -55,5 +55,4 @@ if(UNIT_TESTS) make_test(syncqueuetest 1) make_test(activetest 1) make_test(structtest ${SIMULATION_RUNS}) - make_test(defaultfiletest ${SIMULATION_RUNS}) endif() -- cgit