skiselkov / libacfutils

58 stars 19 forks source link

Switch to CMake and use vcpkg. #30

Open judemille opened 12 months ago

judemille commented 12 months ago

Build not tested on platforms other than Linux. Removes dependencies from the build tree, and in general does significant cleanup.

judemille commented 12 months ago

CMake may be painful, but it's definitely less painful than QMake. This whole PR should reduce the codebase's own size, as well as making the build more resilient. This also avoids the library re-exporting all of its dependencies.

judemille commented 11 months ago

Rebased onto current revision.

judemille commented 11 months ago

Now it's actually rebased onto the current revision.