Skip to content
Snippets Groups Projects

Resolve "EXTERN: Adapt to Conan 2"

Merged Joscha Schmiedt requested to merge f-73-extern-adapt-to-conan-2-0 into dev
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
+ 9
0
@@ -87,3 +87,12 @@ doc:
conan-debug: conan-install-debug conan-create-debug
.PHONY: conan-debug
conan-build:
conan build . -s $(CONAN_SETTINGS) -s build_type=Release
conan-build-debug:
conan build . -s $(CONAN_SETTINGS) -s build_type=Debug
clean:
rm -rf build
\ No newline at end of file
Loading