mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-20 00:32:11 +08:00
bcd4bb4821
date: 2023-02-17T21:02:50 master commit: 89f68bf0cbf53a81b0553d3816fdbe522f941fa1
9 lines
185 B
Python
9 lines
185 B
Python
Import('env')
|
|
|
|
fc = env.SharedLibrary("fastcluster", "fastcluster.cpp")
|
|
|
|
# TODO: how do I gate on test
|
|
#env.Program("test", ["test.cpp"], LIBS=[fc])
|
|
#valgrind --leak-check=full ./test
|
|
|