mirror of
https://github.com/pound-emu/pound.git
synced 2026-01-31 01:15:20 +01:00
Update rem
This commit is contained in:
5
3rd_Party/CMakeLists.txt
vendored
5
3rd_Party/CMakeLists.txt
vendored
@@ -12,6 +12,11 @@ if (NOT TARGET fmt::fmt)
|
||||
add_subdirectory(fmt)
|
||||
endif()
|
||||
|
||||
# rem
|
||||
#if (NOT TARGET rem)
|
||||
# add_subdirectory(rem)
|
||||
#endif()
|
||||
|
||||
# Toml11
|
||||
if (NOT TARGET toml11::toml11)
|
||||
add_subdirectory(toml11)
|
||||
|
||||
2
3rd_Party/rem
vendored
2
3rd_Party/rem
vendored
Submodule 3rd_Party/rem updated: 66aa17ee9e...453d49ed44
@@ -22,7 +22,6 @@ project(Pound)
|
||||
|
||||
find_package(fmt 10.2.1 CONFIG)
|
||||
find_package(toml11 4.4.0 CONFIG)
|
||||
include_directories(3rd_Party/rem/src)
|
||||
|
||||
include_directories(core)
|
||||
add_subdirectory(3rd_Party)
|
||||
|
||||
Reference in New Issue
Block a user