comparison tests/src/libirccd-js/CMakeLists.txt @ 846:dcef68d82fd3

irccd: rework Irccd.ElapsedTimer -> Irccd.Chrono API, closes #1667 - Add new start function to restart a paused timer (closes #1669), - Rename restart function to resume (closes #1668),
author David Demelier <markand@malikania.fr>
date Wed, 10 Jul 2019 13:39:20 +0200
parents 06cc2f95f479
children 5e25439fe98d
comparison
equal deleted inserted replaced
845:00a4720c4874 846:dcef68d82fd3
15 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 # 17 #
18 18
19 add_subdirectory(js-plugin) 19 add_subdirectory(js-plugin)
20 add_subdirectory(js-api-elapsedtimer) 20 add_subdirectory(js-api-chrono)
21 add_subdirectory(js-api-directory) 21 add_subdirectory(js-api-directory)
22 add_subdirectory(js-api-file) 22 add_subdirectory(js-api-file)
23 add_subdirectory(js-api-irccd) 23 add_subdirectory(js-api-irccd)
24 add_subdirectory(js-api-logger) 24 add_subdirectory(js-api-logger)
25 add_subdirectory(js-api-system) 25 add_subdirectory(js-api-system)