2010/5/28 Michael Hertling <mhertl...@online.de>: > On 05/28/2010 12:14 AM, Doug Reiland wrote: >> okay, I have ordered the book. But, in the meantime. >> >> I am continuing to port a large library from in-house build to cmake >> for evaluation. >> What builtin targets are supported? > > On *nix, run CMake on a directory with an empty CMakeLists.txt, then > invoke "make help" and you'll see the targets provided a priori - or > did you rather mean "rules" instead of "targets"? > >> I got lex, gperf, and other kinds of stuff.
As a complement, many "things" are supported using custom CMake modules: cmake --help-module-list will give you a list of CMake modules shipped with CMake, while cmake --help-module <moduleName> will give you more detailed information about the module. For example: cmake --help-module FindFLEX may be worth reading if you are using lex. -- Erk Membre de l'April - « promouvoir et défendre le logiciel libre » - http://www.april.org _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake