Skip to content

Commit 281ab41

Browse files
committed
State.cpp込みでビルドするようにした
1 parent 412dd2c commit 281ab41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wscript

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def configure(conf):
55

66
def build(bld):
77
bld(features="cxx cxxprogram",
8-
source="./src/Main.cpp ./src/Geo.cpp ./src/Piece.cpp ./src/Solver.cpp",
8+
source="./src/Main.cpp ./src/Geo.cpp ./src/Piece.cpp ./src/Solver.cpp ./src/State.cpp",
99
target="solver",
1010
includes=[".", ".."],
1111
cxxflags=["-std=c++14", "-O3", "-march=native"])

0 commit comments

Comments
 (0)