This commit is contained in:
Erik Frojdh
2020-03-03 17:01:45 +01:00
parent 1efacc9475
commit 3431752649
4 changed files with 37 additions and 9 deletions

View File

@ -9,4 +9,5 @@ target_sources(tests PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/test-ToString.cpp
${CMAKE_CURRENT_SOURCE_DIR}/test-TypeTraits.cpp
${CMAKE_CURRENT_SOURCE_DIR}/test-UdpRxSocket.cpp
${CMAKE_CURRENT_SOURCE_DIR}/test-logger.cpp
)