mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-03-21 22:39:39 +00:00
c++ v3 utility functions
This commit is contained in:
3
cpp/Makefile
Normal file
3
cpp/Makefile
Normal file
@@ -0,0 +1,3 @@
|
||||
.PHONY: test
|
||||
test:
|
||||
clang test.cpp -std=c++11 -lstdc++ -o test && ./test
|
||||
Reference in New Issue
Block a user