mirror of
https://github.com/PerMalmberg/libcron.git
synced 2025-04-22 08:23:04 -05:00
6 lines
122 B
CMake
6 lines
122 B
CMake
cmake_minimum_required(VERSION 3.9)
|
|
|
|
add_subdirectory(libcron)
|
|
add_subdirectory(test)
|
|
|
|
add_dependencies(cron_test libcron) |