Dqn/Code/build.sh
2021-07-01 22:02:39 +10:00

4 lines
107 B
Bash
Executable File

mkdir -p ../Bin/
pushd ../Bin/
g++ ../Code/Dqn_Tests.cpp -D DQN_TEST_WITH_MAIN -std=c++17 -o Dqn_UnitTests