Changeset 126 in pacpussensors for trunk/PacpusSocket/CMakeLists.txt


Ignore:
Timestamp:
05/20/16 15:17:57 (8 years ago)
Author:
DHERBOMEZ Gérald
Message:

StringGenerator component added to test PacpusUDPSocket
XML file to test provided

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PacpusSocket/CMakeLists.txt

    r99 r126  
    1 #########################quick start############################################
    2 #cmake ../ -G "CodeBlocks - Unix Makefiles"
    3 #make
    4 #make install
    5 #make clean
    6 ################################################################################
    71project(PacpusSocket)
    82set(${PROJECT_NAME}_VERSION_MAJOR 0)
     
    3832    PacpusSocketAirplug.h
    3933    PacpusUDPSocket.h
     34    StringGenerator.h
    4035)
    4136set(PROJECT_SRCS
     
    4338    PacpusSocketAirplug.cpp
    4439    PacpusUDPSocket.cpp
     40    StringGenerator.cpp
    4541)
    4642
     
    4844    ${PLUGIN_HDR}
    4945    PacpusSocketAirplug.h
    50     PacpusUDPSocket.h
     46    PacpusUDPSocket.h
     47    StringGenerator.h
    5148)
    5249
Note: See TracChangeset for help on using the changeset viewer.