Skip to content

izhengfan/cxxtk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cxxtk

A C++ Toolkit.

Build

cd cxxtk
mkdir build
cd build
cmake ..
cmake --build . --target cxxtk

To build with unit tests (GTest required) and run the tests:

cd build
cmake .. -DBUILD_TESTS=ON
cmake --build . --target ALL_TEST
./ALL_TEST 
# ./Debug/ALL_TEST.exe (on Windows with Visual C++)

About

Personal C++ toolkit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published