Build: Migrated from cmake ExternalProject_Add to git submodule

This commit is contained in:
Paul Beckingham 2016-03-17 16:32:32 -04:00
parent 6d1d3832b8
commit 095027f46a
3 changed files with 26 additions and 15 deletions

View file

@ -2,8 +2,8 @@ cmake_minimum_required (VERSION 2.8)
include_directories (${CMAKE_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/src
${CMAKE_SOURCE_DIR}/src/commands
${CMAKE_SOURCE_DIR}/src/libshared/src
${TIMEW_INCLUDE_DIRS})
include_directories(${CMAKE_INSTALL_PREFIX}/include)
set (commands_SRCS CmdClear.cpp
CmdConfig.cpp