Advertisement
evantill2

CMakeUserPresets.json

Oct 12th, 2022
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.76 KB | None | 0 0
  1. {
  2.   "version": 5,
  3.   "cmakeMinimumRequired": {
  4.     "major": 3,
  5.     "minor": 23,
  6.     "patch": 0
  7.   },
  8.   "configurePresets": [
  9.     {
  10.       "name": "TON_USER_NAME",
  11.       "displayName": "TON_USER_NAME build on macOS",
  12.       "description": "build configuration for user TON_USER_NAME on macOS",
  13.       "binaryDir": "${sourceDir}/build/TON_USER_NAME",
  14.       "cacheVariables": {
  15.         "CMAKE_TOOLCHAIN_FILE": "${sourceDir}/extern/stm32-cmake/cmake/stm32_gcc.cmake",
  16.         "STM32_CUBE_L4_PATH": "${sourceDir}/extern/STM32CubeL4",
  17.         "STM32_TOOLCHAIN_PATH": "/Applications/STMicroelectronics/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.macos64_1.0.0.202111181127/tools/bin"
  18.       }
  19.     }
  20.   ]
  21. }
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement