cash2ecash

cash2ecash: cash acceptor that issues digital cash (experimental)
Log | Files | Refs | README | LICENSE

CMakePresets.json (353B)


      1 {
      2     "version": 3,
      3     "configurePresets": [
      4         {
      5             "name": "debug",
      6             "binaryDir": "${sourceDir}/build/debug",
      7             "cacheVariables": {
      8                 "CMAKE_BUILD_TYPE": "Debug",
      9                 "CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
     10                 "CMAKE_C_FLAGS": "-Wall -Wextra -g"
     11             }
     12         }
     13     ]
     14 }