Extensions: Sample extension is now installed

This commit is contained in:
Paul Beckingham 2016-08-07 14:00:26 -04:00
parent a4f61d90f0
commit 812a5aabc6
2 changed files with 6 additions and 0 deletions

5
ext/CMakeLists.txt Normal file
View file

@ -0,0 +1,5 @@
cmake_minimum_required (VERSION 2.8)
message ("-- Configuring extensions")
install (FILES totals.py DESTINATION ${TIMEW_DOCDIR}/ext)