Skip to content

Commit 0e509cd

Browse files
committed
#1: add first env file for build variables
1 parent f592297 commit 0e509cd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.env

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
CMAKE_CXX_STANDARD=17
2+
CMAKE_BUILD_TYPE=Release
3+
4+
FOO_BUILD_DIR=/opt/foo/build
5+
FOO_OUTPUT_DIR=/opt/foo/output
6+
FOO_COVERAGE_ENABLED=ON
7+
FOO_RUN_TESTS=ON

0 commit comments

Comments
 (0)