From 30555f8e5ade7c25f780230e7e5b7a3d63f4cd04 Mon Sep 17 00:00:00 2001 From: apio Date: Fri, 6 Jan 2023 15:00:49 +0100 Subject: [PATCH] Skip these because CI needed a toolchain rebuild --- apps/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index 75fecfb8..4c4a143a 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -1,8 +1,6 @@ function(luna_app SOURCE_FILE APP_NAME) add_executable(${APP_NAME} ${SOURCE_FILE}) add_dependencies(${APP_NAME} libc) - target_include_directories(${APP_NAME} PRIVATE ${LUNA_BASE}/usr/include) - target_link_directories(${APP_NAME} PRIVATE ${LUNA_BASE}/usr/lib) install(TARGETS ${APP_NAME} DESTINATION ${LUNA_ROOT}/initrd/bin) endfunction()