diff --git a/CMakeLists.txt b/CMakeLists.txt index b5c9f99..1f1adcb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -145,7 +145,10 @@ if (CMAKE_BUILD_TYPE MATCHES Debug) DUMP_LEAKS ) endif() -target_include_directories(qjs PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}) +target_include_directories(qjs PUBLIC + $ + $ +) # QuickJS bytecode compiler