From 47fd291a4bae8a5805ca4959a5f12b46c37f4a11 Mon Sep 17 00:00:00 2001 From: szdytom Date: Mon, 4 Aug 2025 16:17:57 +0800 Subject: [PATCH] feat: remove unnecessary include directory from tilemap_demo example Signed-off-by: szdytom --- tilemap/examples/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tilemap/examples/CMakeLists.txt b/tilemap/examples/CMakeLists.txt index daf9938..e6aa3b7 100644 --- a/tilemap/examples/CMakeLists.txt +++ b/tilemap/examples/CMakeLists.txt @@ -6,4 +6,3 @@ cmake_minimum_required(VERSION 3.27) # Tilemap system demonstration add_executable(tilemap_demo tilemap_demo.cpp) target_link_libraries(tilemap_demo PRIVATE istd_tilemap) -target_include_directories(tilemap_demo PRIVATE ../include)