1
0
mirror of https://github.com/citra-emu/citra.git synced 2024-12-22 02:20:03 +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})