Changeset 313 in pacpusframework for trunk/cmake/PacpusUtilities.cmake


Ignore:
Timestamp:
07/28/14 16:35:46 (10 years ago)
Author:
Marek Kurdej
Message:

Separated projects: FileLib and TestFileLib.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cmake/PacpusUtilities.cmake

    r301 r313  
    464464        )
    465465endfunction(CREATE_EXPORT)
     466
     467function(UNDEF_EXPORT PLUGIN_NAME)
     468    string(TOUPPER ${PLUGIN_NAME} PLUGIN_NAME_UPPER)
     469    add_definitions( -U${PLUGIN_NAME_UPPER}_EXPORTS )
     470endfunction(IMPORT)
Note: See TracChangeset for help on using the changeset viewer.