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