1
0
Fork 0
mirror of https://git.h3cjp.net/H3cJP/citra.git synced 2025-01-17 05:16:48 +00:00
citra/externals/lurlparser/CMakeLists.txt
James 9283053701 Move WebServices to use LibreSSL + cpp-httplib ()
Move WebServices to use LibreSSL + cpp-httplib

Remove curl + openssl build dependencies
2018-03-24 13:19:35 -06:00

9 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})