From f603aef16b5c116911516c8293e7bb9cc8540656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Fri, 10 Nov 2023 22:03:50 +0100 Subject: [PATCH] Export library incldue directories --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index d0cc2c6..415201f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,6 +60,7 @@ if (CMAKE_BUILD_TYPE MATCHES Debug) DUMP_LEAKS ) endif() +target_include_directories(qjs PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) # QuickJS bytecode compiler