aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-05-19Version 2.1.0Sophia Papagiannaki1-2/+5
Implemented firmware update.
2019-11-28distinguish between 32 or 64 bit compiler versionpatrick.roth1-5/+12
2019-10-22target release_minGW64 headers dir changedpatrick.roth1-4/+4
For MinGW64 release, put header files in o3000 sub directory.
2019-10-22typosPatrick Roth1-2/+2
2019-10-22MinGW64 releasign target addedpatrick.roth1-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.
2019-10-22library version definition move to CMakeLists.txtPatrick Roth1-4/+12
2019-10-18project name addedPatrick Roth1-0/+1
2019-10-04fix error when installing headersPatrick Roth1-1/+1