- improve CMakeLists
This commit is contained in:
parent
6ff23247ec
commit
ace77323d2
|
|
@ -6,7 +6,7 @@ set (CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||||
|
|
||||||
# Produce PIC code always
|
# Produce PIC code always
|
||||||
set (CMAKE_POSITION_INDEPENDENT_CODE ON)
|
set (CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||||
option (USE_RESIP_INTEGRATION "Use some resiprocate specific routines" OFF)
|
option (USE_RESIP_INTEGRATION "Integrate with resiprocate project" OFF)
|
||||||
|
|
||||||
set (SOURCES
|
set (SOURCES
|
||||||
MT_Statistics.cpp
|
MT_Statistics.cpp
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue