From e94e26ae1eb0dd8a3838e66db3abe4006d377ab2 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Fri, 31 Aug 2012 20:55:16 +0200 Subject: New model file format - added new binary and text formats for models - fixes and improvements in CModelFile - tool for converting model files - minor additions and fixes --- src/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b998d19..ff271fd 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,8 @@ # CBot shared library is built separately -add_subdirectory(CBot) +add_subdirectory(CBot) + +# Tools directory is built separately +add_subdirectory(tools) # Configure options -- cgit v1.2.3-1-g7c22