Shushpancheak / fake-int

An encapsulation over int.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FakeInt

An encapsulation over int.

Build

mkdir build && cd build
cmake .. # "-UBUILD_TESTS -DBUILD_TESTS=ON" to build tests, "-ULIBRARY_TYPE -DLIBRARY_TYPE=SHARED" for building shared library
make

How to use

Download the repository and place it into your project directory. In your project's CMakeLists.txt file, insert the following lines:

...
add_subdirectory(@PROJECT_NAME@)
...
target_link_libraries(${PROJECT_NAME} @PROJECT_NAME@)
...

Build documentation

doxygen

Documentation will be generated in the directory named docs.

About

An encapsulation over int.


Languages

Language:C++ 88.6%Language:CMake 11.4%