1
0
mirror of synced 2024-12-01 10:47:19 +01:00
ImHex/lib/third_party/boost/regex/CMakeLists.txt

10 lines
238 B
CMake

project(boost-regex)
add_library(boost-regex INTERFACE)
target_include_directories(boost-regex INTERFACE
include
)
target_compile_definitions(boost-regex INTERFACE BOOST_REGEX_STANDALONE)
add_library(boost::regex ALIAS boost-regex)