mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Extensions: Sample extension is now installed
This commit is contained in:
parent
a4f61d90f0
commit
812a5aabc6
2 changed files with 6 additions and 0 deletions
|
@ -44,6 +44,7 @@ configure_file (
|
||||||
add_subdirectory (src)
|
add_subdirectory (src)
|
||||||
add_subdirectory (src/commands)
|
add_subdirectory (src/commands)
|
||||||
add_subdirectory (doc)
|
add_subdirectory (doc)
|
||||||
|
add_subdirectory (ext)
|
||||||
if (EXISTS ${CMAKE_SOURCE_DIR}/test)
|
if (EXISTS ${CMAKE_SOURCE_DIR}/test)
|
||||||
add_subdirectory (test EXCLUDE_FROM_ALL)
|
add_subdirectory (test EXCLUDE_FROM_ALL)
|
||||||
endif (EXISTS ${CMAKE_SOURCE_DIR}/test)
|
endif (EXISTS ${CMAKE_SOURCE_DIR}/test)
|
||||||
|
|
5
ext/CMakeLists.txt
Normal file
5
ext/CMakeLists.txt
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
cmake_minimum_required (VERSION 2.8)
|
||||||
|
|
||||||
|
message ("-- Configuring extensions")
|
||||||
|
|
||||||
|
install (FILES totals.py DESTINATION ${TIMEW_DOCDIR}/ext)
|
Loading…
Add table
Add a link
Reference in a new issue