mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-24 11:37:12 +01:00
5 lines
163 B
Plaintext
5 lines
163 B
Plaintext
![]() |
find_package(duktape CONFIG REQUIRED)
|
||
|
|
||
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${DUKTAPE_INCLUDE_DIRS})
|
||
|
|
||
|
target_link_libraries(main ${DUKTAPE_LIBRARY})
|