Make conan example project work with static lib
This commit is contained in:
parent
d545e22815
commit
c9397835f2
3 changed files with 2 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
||||||
cmake_minimum_required(VERSION 3.7)
|
cmake_minimum_required(VERSION 3.7)
|
||||||
project(UDPC_NetworkTest C)
|
project(UDPC_NetworkTest CXX)
|
||||||
|
|
||||||
set(UDPC_NetworkTest_SOURCES
|
set(UDPC_NetworkTest_SOURCES
|
||||||
src/UDPC_NetworkTest.c
|
src/UDPC_NetworkTest.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
add_compile_options(
|
add_compile_options(
|
||||||
|
|
|
@ -4,6 +4,3 @@ udpc/1.1
|
||||||
[generators]
|
[generators]
|
||||||
CMakeDeps
|
CMakeDeps
|
||||||
CMakeToolchain
|
CMakeToolchain
|
||||||
|
|
||||||
[options]
|
|
||||||
udpc*:shared=True
|
|
||||||
|
|
Loading…
Reference in a new issue