1 # cmake macro to test msiLBC
3 # Copyright (c) 2009-2010 Pali Rohár <pali.rohar@gmail.com>
8 include ( FindPackageHandleStandardArgs )
11 set ( MSILBC_FOUND true )
12 set ( msiLBC_FIND_QUIETLY true )
13 else ( MSILBC_LIBRARY )
14 find_library ( MSILBC_LIBRARY NAMES msilbc
15 PATH_SUFFIXES mediastreamer/plugins)
16 endif ( MSILBC_LIBRARY )
18 find_package_handle_standard_args ( msiLBC DEFAULT_MSG MSILBC_LIBRARY )
19 mark_as_advanced ( MSILBC_LIBRARY )