Skip to content
Snippets Groups Projects
Commit 073639c3 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Add conan-build and conan-build-debug to Makefile

parent a5264b12
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!49Resolve "EXTERN: Adapt to Conan 2"
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment