mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-11-01 04:37:52 +00:00
9283053701
Move WebServices to use LibreSSL + cpp-httplib Remove curl + openssl build dependencies
8 lines
191 B
CMake
8 lines
191 B
CMake
add_library(lurlparser
|
|
LUrlParser.cpp
|
|
LUrlParser.h
|
|
)
|
|
|
|
create_target_directory_groups(lurlparser)
|
|
|
|
target_include_directories(lurlparser INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
|