mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-27 18:30:56 +00:00
12 lines
141 B
CMake
12 lines
141 B
CMake
set(SRCS
|
|
http_client.cpp
|
|
resolve.cpp)
|
|
|
|
set(SRCS ${SRCS})
|
|
|
|
add_library(net STATIC ${SRCS})
|
|
|
|
if(UNIX)
|
|
add_definitions(-fPIC)
|
|
endif(UNIX)
|