wakaama/CMakeLists.txt
Lukas Woodtli 158bced470 cmake: Remove option for examples
The examples are now individual projects, which use Wakaama as external
dependency. There is no need anymore to enable the examples in the CMake
project.
2024-12-04 15:52:34 +01:00

10 lines
146 B
CMake

cmake_minimum_required(VERSION 3.21)
project(wakaama C)
include(wakaama.cmake)
# Enable "test" target
enable_testing()
add_subdirectory(tests)