Skip to content

Commit

Permalink
Adds new lpeg files to cmake config
Browse files Browse the repository at this point in the history
  • Loading branch information
SinisterRectus committed Jul 9, 2024
1 parent e7ae80c commit c65e147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/lpeg.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set(LPEGLIB_DIR "${CMAKE_CURRENT_SOURCE_DIR}/deps/lpeg" CACHE PATH "Path to lpeg
add_library(lpeglib STATIC
${LPEGLIB_DIR}/lpcap.c
${LPEGLIB_DIR}/lpcode.c
${LPEGLIB_DIR}/lpcset.c
${LPEGLIB_DIR}/lpprint.c
${LPEGLIB_DIR}/lptree.c
${LPEGLIB_DIR}/lpvm.c
Expand Down

0 comments on commit c65e147

Please sign in to comment.