Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-17 | Remove function create_target and instead directly use add_library | Nicky | |
2022-04-17 | Switch to target_include_directories | Nicky | |
All 3Ps include dirs are treated as SYSTEM, this will stop compilers stop emitting warnings from those files and greatly helps having high warning levels and not being swamped by warnings that come from external libraries. | |||
2022-04-17 | Switch over to standard target_link_libraries (cmake requirements are high ↵ | Nicky | |
enough now). | |||
2022-04-13 | Rework cmake, the original plan was to maybe be able to use conan targets ↵ | Nicky | |
with the same name (that's why 3ps had names like apr::apr), but it's safer and saner to put the LL 3ps under the ll:: prefix. This also allows means it is possible to get rid of that bad "if( TRAGET ...) return() endif()" pattern and rather use include_guard(). | |||
2022-04-13 | Remove obsolete and unmaintained USE_SYSTEMLIBS | Nicky | |
2022-04-06 | Move CMake files to modernized cmake syntax, step 1. | Nicky | |
Change projects to cmake targetsto get rid of havig to hardcore include directories and link libraries in consumer projects. | |||
2021-04-09 | Xcode12 linking fix (CEF) | Andrey Lihatskiy | |
2017-02-21 | First round of changes to replace LLCEFLib with Dullahan. Mostly Windows ↵ | Callum Prentice | |
changes in this batch since I'm working on Windows box but some speculative macOS ones too although they are quite untested | |||
2015-06-10 | Changes to let CMake generate determine where the build files for OS X CEF ↵ | callum_linden | |
media plugin are | |||
2015-06-08 | Fixed for OS X version - in progress | Callum Prentice | |
2015-03-26 | point to new cef tpl with right headers, update cmaake and viewer_manifest ↵ | callum_linden | |
logic to copy files to right place | |||
2015-03-25 | Make VS2013 look inside include/cef folder for headers | callum_linden | |
2015-03-25 | Point to initial pass at a CEF package in autobuild and make sure autobuild ↵ | callum_linden | |
configure picks it up | |||
2015-03-24 | Add new media plugin (currently renders squares as example) in preparation ↵ | callum_linden | |
for new CEF code |