From f54c901ec877bd5e7db87e40c8b0855e84baa4d6 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Fri, 13 Mar 2015 17:35:04 +0100 Subject: [PATCH] Change CMakeLists.txt for new biicode version --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0084b223..57309140 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,4 @@ - -# Initializes block variables -INIT_BIICODE_BLOCK() +INCLUDE(messmer/cmake/tools) # Actually create targets: EXEcutables and libraries. ADD_BIICODE_TARGETS()