mirror of
https://github.com/PerMalmberg/libcron.git
synced 2024-11-21 01:10:59 +08:00
8 lines
124 B
CMake
8 lines
124 B
CMake
cmake_minimum_required(VERSION 3.6)
|
|
|
|
add_subdirectory(libcron)
|
|
add_subdirectory(test)
|
|
|
|
add_dependencies(cron_test libcron)
|
|
|