projects
/
apps
/
madmutt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bda23e0
)
Reorder TARGET_LINK_LIBRARIES
author
Cyril Brulebois
<cyril.brulebois@enst-bretagne.fr>
Fri, 11 Jan 2008 16:27:38 +0000
(17:27 +0100)
committer
Cyril Brulebois
<cyril.brulebois@enst-bretagne.fr>
Fri, 11 Jan 2008 16:59:13 +0000
(17:59 +0100)
Ensure that the needed files get generated before they are used.
Reverts the reordering that happened in:
799c3f5aec72b8230f9c3c284e2b2e9d67ecf366
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
d78ab7e
..
e59a517
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-324,7
+324,7
@@
MADMUTT_SOURCES(madmuttsrc madmuttgen
STRING(REGEX REPLACE ";" " " MUTTLIBS "${MUTTLIBS}")
ADD_EXECUTABLE(madmutt ${madmuttsrc})
-TARGET_LINK_LIBRARIES(madmutt
ui mx lua imap mime sys
lib)
+TARGET_LINK_LIBRARIES(madmutt
mime sys mx lua ui imap
lib)
SET_TARGET_PROPERTIES(madmutt PROPERTIES
LINK_FLAGS "${MUTTLIBS}"
# LINKER_LANGUAGE D