Changeset 216 in pacpusframework for trunk/src/_NewComponent/CMakeLists.txt.in


Ignore:
Timestamp:
11/08/13 12:20:22 (11 years ago)
Author:
Marek Kurdej
Message:

Modified: NewComponent: using pimpl to separate interface from implementation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/_NewComponent/CMakeLists.txt.in

    r194 r216  
    2727    ${EXPORT_HDR}
    2828    @PACPUS_COMPONENT_NAME@.h
     29    @PACPUS_COMPONENT_NAME@Impl.h
    2930)
    3031
     
    3233    ${PLUGIN_CPP}
    3334    @PACPUS_COMPONENT_NAME@.cpp
     35    @PACPUS_COMPONENT_NAME@Impl.cpp
    3436)
    3537
     
    3739    ${PLUGIN_HDR}
    3840    @PACPUS_COMPONENT_NAME@.h
     41    @PACPUS_COMPONENT_NAME@Impl.h
    3942)
    4043
     
    7780# INSTALL
    7881pacpus_install(${PROJECT_NAME})
     82
Note: See TracChangeset for help on using the changeset viewer.