CMake: fix typos, add message for LDFLAGS
Signed-off-by: Marc Lagrange <markocpc@gmail.com>
This commit is contained in:
parent
84127b7095
commit
7e57267fa5
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user