Warning, /libraries/qca/unittest/velox/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 find_package(Qt${QT_MAJOR_VERSION} COMPONENTS Network REQUIRED)
0002 
0003 ENABLE_TESTING()
0004 
0005 set(veloxunittest_bin_SRCS veloxunittest.cpp)  
0006 
0007 add_executable(veloxunittest ${veloxunittest_bin_SRCS} )
0008 
0009 target_link_qca_test_libraries(veloxunittest)
0010 target_link_libraries(veloxunittest Qt${QT_MAJOR_VERSION}::Network)
0011 
0012 CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/root.crt ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/root.crt COPYONLY)
0013 
0014 # this will almost always fail.
0015 # add_qca_test(veloxunittest "ServerNameIndication")