mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Build: Migrated from cmake ExternalProject_Add to git submodule
This commit is contained in:
parent
6d1d3832b8
commit
095027f46a
3 changed files with 26 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue