mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Split C and C++ libraries, so that you can use C++ compiler flags. Build with
C++17.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from build.c import clibrary
|
||||
from build.c import cxxlibrary
|
||||
|
||||
clibrary(
|
||||
cxxlibrary(
|
||||
name="agg",
|
||||
srcs=[
|
||||
"./src/agg_arrowhead.cpp",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
from build.c import clibrary
|
||||
from build.c import cxxlibrary
|
||||
|
||||
clibrary(
|
||||
cxxlibrary(
|
||||
name="snowhouse",
|
||||
hdrs={
|
||||
"snowhouse/snowhouse.h": "./include/snowhouse/snowhouse.h",
|
||||
|
||||
Reference in New Issue
Block a user