Skip to content

Commit

Permalink
package-liquid.json: ninja.cmd in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Nov 10, 2024
1 parent cf98476 commit a24c58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/sources/package-liquid.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
{% elsif toolchain == "clang" -%}
"toolchainFileName": "clang.cmake",
{% endif -%}
{% raw %}"commandPrepare": "cmake -S . -B {{ properties.buildFolderRelativePath }} -G Ninja -D CMAKE_BUILD_TYPE={{ properties.buildType }} -D CMAKE_EXPORT_COMPILE_COMMANDS=ON",{% endraw %}
{% raw %}"commandPrepare": "cmake -S . -B {{ properties.buildFolderRelativePath }} -G Ninja -D CMAKE_MAKE_PROGRAM=ninja{% if os.platform == 'win32' %}.cmd{% endif %} -D CMAKE_BUILD_TYPE={{ properties.buildType }} -D CMAKE_EXPORT_COMPILE_COMMANDS=ON",{% endraw %}
{% raw %}"commandPrepareWithToolchain": "{{ properties.commandPrepare }} -D CMAKE_TOOLCHAIN_FILE=cmake/toolchains/{{ properties.toolchainFileName }}",{% endraw %}
{% raw %}"commandReconfigure": "{{ properties.commandPrepare }}",
"commandBuild": "cmake --build {{ properties.buildFolderRelativePath }} --verbose",
Expand Down

0 comments on commit a24c58d

Please sign in to comment.