start working on C++ implementation

This commit is contained in:
2017-02-20 03:09:21 +03:00
parent f745595174
commit 6bc4668271
28 changed files with 3140 additions and 1181 deletions

5
sources/paths.cmake Normal file
View File

@ -0,0 +1,5 @@
# paths
set(BIN_INSTALL_DIR "bin" CACHE STRING "Installation directory for executables")
set(DATA_INSTALL_DIR "share" CACHE STRING "Installation directory for data")
set(INCLUDE_INSTALL_DIR "include" CACHE STRING "Installation directory for headers")
set(LIB_INSTALL_DIR "lib" CACHE STRING "Installation directory for libraries")