summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-02 10:17:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-02 10:17:07 -0600
commit3b4610f57abe8c31ab431cfae9a4b6e624e587b2 (patch)
tree1620d5935c926df65eb354e5988caea2c9d9c6d9
parent6092ca3fd1c345a94e4b634bc1a6370f735bcfd7 (diff)
downloadtde-cmake-3b4610f5.tar.gz
tde-cmake-3b4610f5.zip
Update tdelfeditor argument list
-rw-r--r--modules/TDEMacros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/TDEMacros.cmake b/modules/TDEMacros.cmake
index 473fde1..ce63deb 100644
--- a/modules/TDEMacros.cmake
+++ b/modules/TDEMacros.cmake
@@ -871,7 +871,7 @@ macro( tde_add_executable _arg_target )
endif( _destination )
# embed icon, name, and metadata
- set( ELF_EMBEDDING_METADATA "\"${_target}\" \"${_description}\" \"${_license}\" \"${_copyright}\" \"${_authors}\" \"${_product}\" \"${_organization}\" \"${_version}\" \"${_datetime}\" \"${_notes}\"" )
+ set( ELF_EMBEDDING_METADATA "\"${_target}\" \"${_description}\" \"${_license}\" \"${_copyright}\" \"${_authors}\" \"${_product}\" \"${_organization}\" \"${_version}\" \"${_datetime}\" \"${_target}\" \"${_notes}\"" )
separate_arguments( ELF_EMBEDDING_METADATA )
add_custom_command(
TARGET ${_target}