mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-15 11:04:19 +00:00
8 lines
165 B
PowerShell
8 lines
165 B
PowerShell
#!/usr/bin/env sh
|
|
|
|
# cmake -G "Visual Studio 17 2022" -A x64
|
|
|
|
# cmake -B build -S . -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++
|
|
|
|
cmake -G "Unix Makefiles"
|