build: convert autotools to modern CMake - #1
Conversation
Set minimum version to 3.28. Removed all old autotools files (configure.ac, Makefile.am, ax_*.m4, etc). Added CMakeLists.txt to build the hogl library, tools, and tests correctly. Fixed proper configuration for generated hogl.pc and hogl-config.cmake package config files. Co-authored-by: max-krasnyansky <1380796+max-krasnyansky@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Set minimum version to 3.28. Removed all old autotools files (configure.ac, Makefile.am, ax_*.m4, etc). Removed Android.mk. Added CMakeLists.txt to build the hogl library, tools, and tests correctly. Fixed proper configuration for generated hogl.pc and hogl-config.cmake package config files. Co-authored-by: max-krasnyansky <1380796+max-krasnyansky@users.noreply.github.com>
Updated project version to 3.8.2. Removed libversion.mk. Configured HOGL_VERSION and SOVERSION directly using PROJECT_VERSION and PROJECT_VERSION_MAJOR. Co-authored-by: max-krasnyansky <1380796+max-krasnyansky@users.noreply.github.com>
Removed legacy Debian packaging scripts and infrastructure (debian/ dir, builddeb, hogl.spec.in, etc). Added CPack configuration to generate three packages: libhogl, libhogl-dev, and libhogl-tools. Assigned components across CMake install rules for proper package generation. Co-authored-by: max-krasnyansky <1380796+max-krasnyansky@users.noreply.github.com>
This commit converts the project's build system from autoconf/automake to CMake, with a minimum required version of 3.28. All old autotools files have been removed, and appropriate CMakeLists.txt files have been added to the root, src, tools, and tests directories. Package configuration files are also properly generated.
PR created automatically by Jules for task 15467370930533373095 started by @max-krasnyansky