CMakeLists.txt 451 B

12345678910111213141516
  1. #######################################
  2. # Add common includes #
  3. #######################################
  4. opener_common_includes()
  5. #######################################
  6. # Add platform-specific includes #
  7. #######################################
  8. opener_platform_support("INCLUDES")
  9. set( PortsTestSrc socket_timer_tests.cpp udp_protocol_tests.cpp)
  10. include_directories( ${SRC_DIR}/ports )
  11. add_library( PortsTest ${PortsTestSrc} )