mirror of
https://github.com/MetaCubeX/subconverter.git
synced 2025-11-04 18:19:42 +08:00
Fix CMake warning
Update JPCRE2 library.
This commit is contained in:
parent
167adc457e
commit
1fa2883428
@ -90,7 +90,7 @@ TARGET_LINK_LIBRARIES(subconverter ${YAML_CPP_LIBRARY})
|
||||
ADD_DEFINITIONS(-DPCRE2_STATIC)
|
||||
#ENDIF()
|
||||
|
||||
FIND_PACKAGE(Duktape REQUIRED)
|
||||
FIND_PACKAGE(DUKTAPE REQUIRED)
|
||||
INCLUDE_DIRECTORIES(${DUKTAPE_INCLUDE_DIRS})
|
||||
TARGET_LINK_LIBRARIES(subconverter ${DUKTAPE_LIBRARIES})
|
||||
|
||||
|
||||
1602
include/jpcre2.hpp
1602
include/jpcre2.hpp
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user