On Tue, Apr 16, 2013 at 1:47 PM, LM <lme...@gmail.com> wrote:
> Is there an equivalent for passing include paths (CFLAGS) and libraries
> (LIBS, LDFLAGS)
> or do those environment variable settings work with cmake too?

There are CMAKE_INCLUDE_PATH and CMAKE_LIBRARY_PATH for include and
library paths.
Also, CMAKE_C_FLAGS and CMAKE_CXX_FLAGS for compiler flags.

-Ragnar
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to