aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Version 2.1.0Sophia Papagiannaki2020-05-191-2/+5
| | | | Implemented firmware update.
* distinguish between 32 or 64 bit compiler versionpatrick.roth2019-11-281-5/+12
|
* target release_minGW64 headers dir changedpatrick.roth2019-10-221-4/+4
| | | | For MinGW64 release, put header files in o3000 sub directory.
* typosPatrick Roth2019-10-221-2/+2
|
* MinGW64 releasign target addedpatrick.roth2019-10-221-6/+24
| | | | | | Cmake will create the target "release_minGW64". Use MSYS and run "make release_minGW64) to create a Windows release. The output is a ZIP file containing header files and windows DLL library.
* library version definition move to CMakeLists.txtPatrick Roth2019-10-221-4/+12
|
* project name addedPatrick Roth2019-10-181-0/+1
|
* fix error when installing headersPatrick Roth2019-10-041-1/+1
|
* Initial commitPatrick Roth2019-10-041-0/+32
import from github