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
+ 7
0
Compare changes
  • Side-by-side
  • Inline
+ 7
0
@@ -94,5 +94,12 @@ conan-build:
conan-build-debug:
conan build . -s $(CONAN_SETTINGS) -s build_type=Debug
ctest:
cd build/Debug && ctest
test: conan-install-debug conan-build-debug ctest
clean:
rm -rf build
\ No newline at end of file
Loading