mirror of
https://github.com/PerMalmberg/libcron.git
synced 2025-04-22 00:13:01 -05:00
9 lines
137 B
CMake
9 lines
137 B
CMake
cmake_minimum_required(VERSION 3.6)
|
|
|
|
project(top)
|
|
add_subdirectory(libcron)
|
|
add_subdirectory(test)
|
|
|
|
add_dependencies(cron_test libcron)
|
|
|