From dbb41ce2b7f309d394054a6bd1e33afd578798a5 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Fri, 23 Oct 2020 15:18:01 +0200 Subject: Move the source code of all xloop components to the common 'src' directory --- CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 54a949a..cc62a4b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -90,9 +90,8 @@ if(${CMAKE_BUILD_TYPE} MATCHES Release) include(CPack) endif() -# add subprojects -add_subdirectory(kernel) -add_subdirectory(utils) +# add all xloop related projects from the source code directory +add_subdirectory(src) # print version information message(STATUS "Configured ${CMAKE_PROJECT_NAME} in version ${VERSION}") -- cgit v1.2.3-55-g7522