# CTL **Repository Path**: sixer111111/CTL ## Basic Information - **Project Name**: CTL - **Description**: A template library for C++ - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2025-07-11 - **Last Updated**: 2025-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CTL A template library for C++ ## Website CTL's website is [here](https://gitee.com/ZJUGKC/CTL). ## Compiling 1. Windows ``` \cmake ../CTL -G "Visual Studio 17 2022" -A x64 MSBuild ALL_BUILD.vcxproj /t:build /p:Configuration=Debug cd test ctest -C "Debug" ``` ``` \cmake ../CTL -G "Visual Studio 17 2022" -A x64 MSBuild ALL_BUILD.vcxproj /t:build /p:Configuration=Release ``` 1. Linux ``` /cmake ../CTL -DCMAKE_BUILD_TYPE=Debug -G "Unix Makefiles" make cd test ctest ``` ``` /cmake ../CTL -DCMAKE_BUILD_TYPE=Release -G "Unix Makefiles" make ``` ## Pack for cpkg system dev: ``` cpkg-info.txt (from cpkg-info.dev) cpkg-import.cmk ctl-optional.cmk LICENSE include/ public/CTL/* -> CTL ```