Skip to content

Commit 2bed08e

Browse files
authored
Update taskrfile again (#45)
1 parent 4fc204e commit 2bed08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskrfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
task generate:
2-
run = cmake -B build -S . -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DBUILD_TESTING=OFF
2+
run = cmake -B build -S . -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DBUILD_TESTING=ON
33
desc = generates build files with testing
44
alias = g
55

0 commit comments

Comments
 (0)