Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FindLemon.mk File Reference

find Lemon library given LEMON_DIR, set LEMON_LINK_FLAG to either STATIC_LINK_FLAG or DYNAMIC_LINK_FLAG More...

Go to the source code of this file.

Detailed Description

find Lemon library given LEMON_DIR, set LEMON_LINK_FLAG to either STATIC_LINK_FLAG or DYNAMIC_LINK_FLAG

It check whether Lemon library is installed as static library. If so, link to static library; otherwise, link to shared library. Use following command in the Makefile to view the results

$(info Lemon: LEMON_LINK_FLAG = $(LEMON_LINK_FLAG))
Author
Yibo Lin
Date
Jan 2017 11:18:47 AM CST
Parameters
LEMON_DIRgiven path to Lemon library
LEMON_LINK_FLAGset linking flag to Lemon

Definition in file FindLemon.mk.