mirror of
https://github.com/eclipse/wakaama.git
synced 2025-05-08 23:31:37 +08:00
Make cmake projects in sub-directories directly buildable
With this change, cmake projects in sub-directories can be built individually from their CMakeLists.txt.
This commit is contained in:
parent
94506859ad
commit
8d1a7139f1
@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 3.13)
|
||||
|
||||
project(wakaama C)
|
||||
|
||||
include(wakaama.cmake)
|
||||
|
||||
add_subdirectory(examples)
|
||||
|
||||
# Enable "test" target
|
||||
|
@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.13)
|
||||
|
||||
project(lwm2munittests C)
|
||||
|
||||
include(../wakaama.cmake)
|
||||
|
||||
add_executable(
|
||||
lwm2munittests
|
||||
block1tests.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user