CMakeLists.txt 491 B

123456789101112131415
  1. #######################################
  2. # Add common includes #
  3. #######################################
  4. opener_common_includes()
  5. #######################################
  6. # Add platform-specific includes #
  7. #######################################
  8. opener_platform_support("INCLUDES")
  9. set( EthernetEncapsulationTestSrc endianconvtest.cpp encaptest.cpp)
  10. include_directories( ${SRC_DIR}/enet_encap )
  11. add_library( EthernetEncapsulationTest ${EthernetEncapsulationTestSrc} )