Skip to content

Commit

Permalink
Merge pull request #3 from Life4gal/v2
Browse files Browse the repository at this point in the history
Splitting the original `Parser` function into multiple parts.
  • Loading branch information
Life4gal authored Jan 4, 2023
2 parents 7833a2e + e034586 commit c380ac5
Show file tree
Hide file tree
Showing 33 changed files with 4,386 additions and 4,043 deletions.
9 changes: 0 additions & 9 deletions 3rd-party/lexy.cmake

This file was deleted.

9 changes: 9 additions & 0 deletions 3rd-party/lexy/lexy.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
CPMAddPackage(
NAME lexy
VERSION 2022.12.0
GITHUB_REPOSITORY "foonathan/lexy"
OPTIONS "LEXY_BUILD_BENCHMARKS OFF" "LEXY_BUILD_EXAMPLES OFF" "LEXY_BUILD_PACKAGE OFF" "LEXY_ENABLE_INSTALL ON"
)

cpm_install(${PROJECT_NAME} lexy PRIVATE)
list(APPEND ${PROJECT_NAME_PREFIX}3RD_PARTY_DEPENDENCIES "lexy 2022.12.0")
4 changes: 2 additions & 2 deletions 3rd-party/boost-ext-ut.cmake → 3rd-party/ut/ut.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
CPMFindPackage(
CPMAddPackage(
NAME ut
GIT_TAG v1.1.9
GITHUB_REPOSITORY "boost-ext/ut"
OPTIONS "BOOST_UT_USE_WARNINGS_AS_ERORS ON"
)

CPM_link_libraries_APPEND(ut PRIVATE)
cpm_install(${PROJECT_NAME} ut PRIVATE)
Loading

0 comments on commit c380ac5

Please sign in to comment.