CMakeLists.txt 202 B

123456789
  1. cmake_minimum_required (VERSION 2.6)
  2. option(BUILD_UASTRESSTEST "Build the OPC UA Client that performs the stress test" ON)
  3. if(BUILD_UASTRESSTEST)
  4. add_subdirectory(ua-stress-test)
  5. endif()