mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-09-03 23:50:53 +02:00
build all dll and executable at bin directory
This commit is contained in:
parent
78b430b172
commit
56a3c22ad9
10 changed files with 33 additions and 16 deletions
|
@ -6,7 +6,7 @@ ROOT?=${CURDIR}/stagedir
|
|||
GENERATOR?=Ninja
|
||||
|
||||
#XXX export CXX=clang++
|
||||
export CPM_USE_LOCAL_PACKAGES=1
|
||||
export CPM_USE_LOCAL_PACKAGES=0
|
||||
export CPM_SOURCE_CACHE=${HOME}/.cache/CPM
|
||||
|
||||
.PHONY: update format all test standalone doc check clean distclean lock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue