cmake_minimum_required (VERSION 2.6) option(BUILD_UASTRESSTEST "Build the OPC UA Client that performs the stress test" ON) if(BUILD_UASTRESSTEST) add_subdirectory(ua-stress-test) endif()