Make conan example project work with static lib

This commit is contained in:
Stephen Seo 2024-07-13 14:52:38 +09:00
parent d545e22815
commit c9397835f2
3 changed files with 2 additions and 5 deletions

View file

@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.7)
project(UDPC_NetworkTest C)
project(UDPC_NetworkTest CXX)
set(UDPC_NetworkTest_SOURCES
src/UDPC_NetworkTest.c
src/UDPC_NetworkTest.cpp
)
add_compile_options(

View file

@ -4,6 +4,3 @@ udpc/1.1
[generators]
CMakeDeps
CMakeToolchain
[options]
udpc*:shared=True