lgogdownloader/cmake
Sandy Carter a5cc950192 CMake: Convert Makefile build to CMake
Find libraries using cmake/Find*.cmake scripts
Replace Version String with CMake implementation based on CMake Version and
git ref-parse.
Compile manpages in man/CMakeLists.txt to build:
    cmake .
    make manpage
Set debug and release versions with
    cmake -DCMAKE_BUILD_TYPE=Debug
and
    cmake -DCMAKE_BUILD_TYPE=Release
Build and install process can be:
    cmake -DCMAKE_BUILD_TYPE=Release .
    make
    make install
More build options can be found with
    cmake .
    make help
Codeblocks project can be generated using
    cmake -G "CodeBlocks - Unix Makefiles" .
2016-01-03 16:50:29 -05:00
..
FindHtmlcxx.cmake CMake: Convert Makefile build to CMake 2016-01-03 16:50:29 -05:00
FindJsoncpp.cmake CMake: Convert Makefile build to CMake 2016-01-03 16:50:29 -05:00
FindOAuth.cmake CMake: Convert Makefile build to CMake 2016-01-03 16:50:29 -05:00
FindRhash.cmake CMake: Convert Makefile build to CMake 2016-01-03 16:50:29 -05:00
FindTinyxml.cmake CMake: Convert Makefile build to CMake 2016-01-03 16:50:29 -05:00