Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-01 | cmake: handle 'FindXXX.cmake' standard with 'find-XXX' libraries. | Gustavo Sverzut Barbieri | |
One can use virtual 'find-XXX' entries in LIBRARIES or PUBLIC_LIBRARIES to use XXX_LIBRARIES and XXX_INCLUDE_DIR. | |||
2017-02-01 | cmake: remove dependency on libjpeg in eet as it is handled in common | Stefan Schmidt | |
2017-01-27 | cmake: add EFL_SUPPORT_LIB() and simplify/speedup its usage. | Gustavo Sverzut Barbieri | |
generate a static library for src/static_libs and use that as LIBRARIES for the actual library, for those such as rg_etc that are used multiple times will even speed up the final build by compiling only once. Although not used, they can be made into shared libraries that would go inside /usr/lib/efl/support/v-1.19/libname.so | |||
2017-01-26 | cmake: add eet. | Gustavo Sverzut Barbieri | |