- improve CMakeLists

This commit is contained in:
Dmytro Bogovych 2023-06-23 10:52:20 +03:00
parent 6ff23247ec
commit ace77323d2
1 changed files with 1 additions and 1 deletions

View File

@ -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