Removed unused private folder

This commit is contained in:
Ken Van Hoeylandt 2026-07-30 23:10:28 +02:00
parent 8fb2f3ce1e
commit fef08acab0

View File

@ -6,7 +6,6 @@ file(GLOB_RECURSE SOURCE_FILES "source/*.c*")
tactility_add_module(service-module tactility_add_module(service-module
SRCS ${SOURCE_FILES} SRCS ${SOURCE_FILES}
PRIV_INCLUDE_DIRS private/
INCLUDE_DIRS include/ INCLUDE_DIRS include/
REQUIRES TactilityKernel REQUIRES TactilityKernel
) )