CMake: fix typos, add message for LDFLAGS

Signed-off-by: Marc Lagrange <markocpc@gmail.com>
This commit is contained in:
Marc Lagrange 2008-10-18 11:43:21 +02:00
parent 84127b7095
commit 7e57267fa5

View File

@ -74,8 +74,9 @@ set(LIBRARIES_TO_LINK
target_link_libraries(wmfs ${LIBRARIES_TO_LINK})
# Messages
message("Project version : ${VERSION}")
message("Using these CFLAGS : ${CFLAGS}")
message("Project version: ${VERSION}")
message("Using these CFLAGS: ${CFLAGS}")
message("Using these LDFLAGS: ${LDFLAGS}")
message("Linking with theses libraries : ${LIBRARIES_TO_LINK}")
# Includes