Changeset 22 in pacpusframework
- Timestamp:
- Jan 8, 2013, 2:13:01 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmake/PacpusUtilities.cmake
r21 r22 161 161 # Pacpus add library and set debug postfix 162 162 # ======================================== 163 function(pacpus_add_library )164 add_library( ${target}163 function(pacpus_add_library target) 164 add_library( 165 165 ${ARGV} 166 166 ) … … 174 174 # Pacpus add executable and set debug postfix 175 175 # ======================================== 176 function(pacpus_add_executable )177 add_executable( ${target}176 function(pacpus_add_executable target) 177 add_executable( 178 178 ${ARGV} 179 179 )
Note:
See TracChangeset
for help on using the changeset viewer.