InternationalColorConsortium / DemoIccMAX

Demonstration Implementation for iccMAX color profiles
Other
121 stars 37 forks source link

Update CMakeLists.txt, Housekeeping #109

Open xsscx opened 7 hours ago

xsscx commented 7 hours ago

This PR

Updates CI/CD Scripts and the CMakeLists.txt's, Housekeeping.

Reproduction

git clone https://github.com/InternationalColorConsortium/DemoIccMAX.git
cd DemoIccMAX
git fetch origin pull/109/head:pr-109
git checkout pr-109
cd Build
cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local -DCMAKE_BUILD_TYPE=Release -DENABLE_TOOLS=ON  -Wno-dev Cmake/
make clean
make -j$(nproc)

Read Test

Tools/IccToXml/iccToXml
IccToXml built with IccProfLib Version 2.2.5, IccLibXML Version 2.2.5

Write test

Tools/IccFromXml/iccFromXml
IccFromXml built with IccProfLib Version 2.2.5, IccLibXML Version 2.2.5

TODO

Refactor CMakeLists.txt's