mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 02:41:09 +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