From 8976eb9621d45515c58a1fd442aabddbb505db2f Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Mon, 4 Nov 2024 08:36:27 +0800 Subject: [PATCH] update extras/Windows include path --- thermion_dart/extras/windows/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/thermion_dart/extras/windows/CMakeLists.txt b/thermion_dart/extras/windows/CMakeLists.txt index 8d239884..95030e61 100644 --- a/thermion_dart/extras/windows/CMakeLists.txt +++ b/thermion_dart/extras/windows/CMakeLists.txt @@ -18,6 +18,7 @@ target_include_directories(${PROJECT_NAME} INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/include" "${CMAKE_SOURCE_DIR}/../../../../thermion_dart/native/include/filament" "${CMAKE_SOURCE_DIR}/../../../../thermion_dart/native/include" + "${CMAKE_SOURCE_DIR}/../../../../thermion_flutter/thermion_flutter/windows" ${CMAKE_CURRENT_SOURCE_DIR}/include )