4 lines
129 B
Bash
4 lines
129 B
Bash
|
#!/bin/sh
|
||
|
mkdir build-Unittest && cd build-Unittest
|
||
|
cmake -DFSFW_BUILD_UNITTESTS=ON -DFSFW_OSAL=host -DCMAKE_BUILD_TYPE=Debug ..
|