1
0
mirror of https://github.com/PerMalmberg/libcron.git synced 2025-10-29 11:08:37 -05:00

Add top-level project name.

This commit is contained in:
Per Malmberg
2020-09-06 13:52:16 +02:00
parent 76da315c13
commit d1ac26bd94

View File

@@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 3.6)
project(top)
add_subdirectory(libcron)
add_subdirectory(test)