diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2019-07-07 00:25:09 -0700 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-07-07 00:25:09 -0700 |
| commit | 465990716b0c0c6c9ad569c80caac7b3a6df36c8 (patch) | |
| tree | 69239aeda1b23a26c87c81b1d8664276c28f686f /ports/duktape/usage | |
| parent | 4290df114cf91c72e0a3ed06f436716ce233621a (diff) | |
| download | vcpkg-465990716b0c0c6c9ad569c80caac7b3a6df36c8.tar.gz vcpkg-465990716b0c0c6c9ad569c80caac7b3a6df36c8.zip | |
[duktape] Fix package not found by find_package. (#7170)
Diffstat (limited to 'ports/duktape/usage')
| -rw-r--r-- | ports/duktape/usage | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/duktape/usage b/ports/duktape/usage new file mode 100644 index 000000000..5870cb2bb --- /dev/null +++ b/ports/duktape/usage @@ -0,0 +1,5 @@ +find_package(duktape CONFIG REQUIRED)
+
+include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${DUKTAPE_INCLUDE_DIRS})
+
+target_link_libraries(main ${DUKTAPE_LIBRARY})
\ No newline at end of file |
