Changeset 313 in pacpusframework for trunk/cmake
- Timestamp:
- Jul 28, 2014, 4:35:46 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmake/PacpusUtilities.cmake
r301 r313 464 464 ) 465 465 endfunction(CREATE_EXPORT) 466 467 function(UNDEF_EXPORT PLUGIN_NAME) 468 string(TOUPPER ${PLUGIN_NAME} PLUGIN_NAME_UPPER) 469 add_definitions( -U${PLUGIN_NAME_UPPER}_EXPORTS ) 470 endfunction(IMPORT)
Note:
See TracChangeset
for help on using the changeset viewer.