From 765e7ed220ac73c33bf491015ce2ca5ee1fb40b1 Mon Sep 17 00:00:00 2001 From: Arnold <40414978+PatriceJiang@users.noreply.github.com> Date: Fri, 13 Mar 2020 16:38:47 +0800 Subject: [PATCH] update libs --- win32/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/win32/CMakeLists.txt b/win32/CMakeLists.txt index c2c329a0..65936fc2 100644 --- a/win32/CMakeLists.txt +++ b/win32/CMakeLists.txt @@ -215,6 +215,7 @@ if(USE_SE_V8) set_target_properties(v8 PROPERTIES INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_CURRENT_LIST_DIR}/include/v8 + INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_CURRENT_LIST_DIR}/include/v8 ) set(se_libs_name v8)