pansen
2019-04-11 ad716fb9f1e8ae5cde818be423ca47225a4ff4ec
QiaoJiaSystem/VptServer/CMakeLists.txt
@@ -112,3 +112,14 @@
target_link_libraries(${PROJECT_NAME}
    ${LIBS}
    )
add_executable(${PROJECT_NAME}demo
    #    testmain.cpp
    demo.cpp
    ${SOURCES}
    )
target_link_libraries(${PROJECT_NAME}demo
    ${LIBS}
    )