logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

SFDK CMake - Execute Build Steps | Online Free DevTools by Hexmos

Execute build steps with SFDK CMake. Build Sailfish OS applications and manage CMake projects efficiently using the command line. Free online tool, no registration required.

sfdk-cmake

Executes cmake build step. More information: https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/20-building-mb2/doc/command.cmake.adoc.

  • Run cmake:

sfdk cmake

  • Run cmake in specified project directory:

sfdk cmake {{project}}

  • Run cmake with extra arguments:

sfdk cmake -- {{arguments}}

  • Run cmake build in current directory:

sfdk cmake --build .

  • Run cmake build in current directory with extra cmake arguments:

sfdk cmake --build . {{cmake-arguments}}

  • Run cmake build in current directory with extra build tool arguments:

sfdk cmake --build . -- {{build-tool-arguments}}

See Also