mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-02-01 00:24:07 -05:00
5 lines
163 B
Plaintext
Executable File
5 lines
163 B
Plaintext
Executable File
find_package(duktape CONFIG REQUIRED)
|
|
|
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${DUKTAPE_INCLUDE_DIRS})
|
|
|
|
target_link_libraries(main ${DUKTAPE_LIBRARY}) |