Skip to content

Commit 8685926

Browse files
committed
Split each thread into a separate file.
1 parent f858f3c commit 8685926

5 files changed

+1207
-1179
lines changed

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TARGET_LINK_LIBRARIES (CellSearch debug itpp_debug ${common_link_libs})
1010
TARGET_LINK_LIBRARIES (CellSearch optimized itpp ${common_link_libs})
1111

1212
# Create the cell tracker
13-
ADD_EXECUTABLE (LTE-Tracker LTE-Tracker.cpp)
13+
ADD_EXECUTABLE (LTE-Tracker LTE-Tracker.cpp producer_thread.cpp tracker_thread.cpp searcher_thread.cpp)
1414
TARGET_LINK_LIBRARIES (LTE-Tracker general LTE_MISC)
1515
TARGET_LINK_LIBRARIES (LTE-Tracker debug itpp_debug ${common_link_libs})
1616
TARGET_LINK_LIBRARIES (LTE-Tracker optimized itpp ${common_link_libs})

0 commit comments

Comments
 (0)