diff options
Diffstat (limited to 'examples/hello_world_cpp')
-rw-r--r-- | examples/hello_world_cpp/project.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/hello_world_cpp/project.conf b/examples/hello_world_cpp/project.conf index 4c05ce5..78ed870 100644 --- a/examples/hello_world_cpp/project.conf +++ b/examples/hello_world_cpp/project.conf @@ -3,4 +3,3 @@ name = "hello_world" type = "executable" version = "0.1.0" platforms = ["any"] -tests = "tests" |