From c23cde78f3f6d7e50d3850bcaa8c6d536680bf42 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 25 Jul 2026 12:37:22 +0200 Subject: removing copy-paste comment --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 526a749..3782845 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,5 +13,4 @@ file(GLOB_RECURSE SOURCE_FILES src/*.c src/*.cpp src/*.h src/*.hpp) add_executable(${PROJECT_NAME} ${SOURCE_FILES}) -# Ensures headers in src/ are easy to include from anywhere target_include_directories(${PROJECT_NAME} PRIVATE src) -- cgit v1.2.3