feat: basic modules:

This commit is contained in:
karina
2026-05-03 17:59:46 +04:00
parent 08248e3f3c
commit bedb03fc37
5 changed files with 43 additions and 13 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ _default:
echo " 🛠️ CMake build: ${TARGET_SUBPATH}"
TOOLCHAIN_FILE="{{ justfile_directory() }}/cmake/aarch64.cmake"
TOOLCHAIN_FILE="{{ justfile_directory() }}/Common/aarch64.cmake"
TOOLCHAIN=""
if [ -f "${TOOLCHAIN_FILE}" ]; then
TOOLCHAIN="-DCMAKE_TOOLCHAIN_FILE=${TOOLCHAIN_FILE}"