We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 855c3ce + b3ed446 commit 651abc2Copy full SHA for 651abc2
1 file changed
CMakeLists.txt
@@ -248,6 +248,7 @@ set(CHAISCRIPT_LIBS stdlib parser)
248
249
add_executable(chai src/main.cpp ${Chai_INCLUDES})
250
target_link_libraries(chai ${LIBS} ${CHAISCRIPT_LIBS})
251
+target_include_directories(chai PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include)
252
253
if(BUILD_SAMPLES)
254
add_executable(sanity_checks src/sanity_checks.cpp)
0 commit comments