Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Visual Studio Code

Elias Ku edited this page Jun 17, 2021 · 5 revisions

Install

  • install Visual Studio Code
  • install C/C++ extension
  • install CMake Tools extension

Project

  • run yarn install to install dependencies and generate npm.cmake file
  • open ekx folder to activate ekx/CMakeLists.txt
  • setup vscode cmake commands as usual: select kit (choose clang one), select build variant (Debug/Release), configure project
Clone this wiki locally