Skip to content
Snippets Groups Projects
Commit 2859457a authored by GIRARD ALCINDOR Valérian's avatar GIRARD ALCINDOR Valérian
Browse files

Updating CMakeLists

parent a8247c8a
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ if(DEFINED ENV{MFMLIB})
# Set MFM_INCLUDE_DIR
SET(MFM_INCLUDES ${MFM_DIR}/include)
SET(MFM_INCLUDE_DIRS ${MFM_DIR}/include )
SET(MFM_LIBRARIES "-L${MFM_LIBRARY_DIR} -lMfm")
SET(MFM_LIBRARIES "-L${MFM_LIBRARY_DIR} -lMFM")
LIST(APPEND COMPDEF "WITH_MFM")
LIST(APPEND MFMCOMPLIB ${MFM_LIBRARIES})
LIST(APPEND INCLUDE_DIR ${MFM_INCLUDE_DIRS})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment