We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49cabbd commit 20a0bb6Copy full SHA for 20a0bb6
1 file changed
.envrc
@@ -9,6 +9,9 @@ watch_file plugin/**/*.cpp
9
watch_file plugin/**/*.hpp
10
watch_file **/CMakeLists.txt
11
12
+export CC=clang
13
+export CXX=clang++
14
+
15
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug -DDISTRIBUTOR=direnv
16
cmake --build build
17
export CAELESTIA_LIB_DIR="$PWD/build/lib"
0 commit comments