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

0001 project(qcatool)
0002 
0003 set(qcatool_bin_SRCS main.cpp)
0004 
0005 add_executable(${QCA_TOOL_NAME} ${qcatool_bin_SRCS})
0006 
0007 target_link_qca_libraries(${QCA_TOOL_NAME})
0008 
0009 if(NOT DEVELOPER_MODE)
0010   install(TARGETS ${QCA_TOOL_NAME} DESTINATION "${QCA_BINARY_INSTALL_DIR}")
0011   install_pdb(${QCA_TOOL_NAME} ${QCA_BINARY_INSTALL_DIR})
0012 endif()