-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Trying to make it a little easier to setup and run tests with Conan. - Still tough though.
- Loading branch information
John McFarlane
committed
Aug 24, 2020
1 parent
dc46fce
commit 323e331
Showing
2 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
{ | ||
"cmake.configureSettings": { | ||
"CMAKE_BUILD_TYPE": "Release", | ||
"CMAKE_CXX_COMPILER_LAUNCHER": "ccache", | ||
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON", | ||
"CMAKE_MODULE_PATH": "${workspaceFolder}/build", | ||
"CMAKE_PROJECT_INCLUDE": "${workspaceFolder}/build/conan_paths.cmake", | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters