This commit is contained in:
Zengtudor 2024-09-22 00:18:33 +08:00
parent 83e64a77f0
commit b6615d1280

View File

@ -47,6 +47,6 @@ target("dna_pybind")
end end
) )
target("dna") target("dna_bin")
set_kind("binary") set_kind("binary")
add_files("src/main.cpp") add_files("src/main.cpp")