composeee added

This commit is contained in:
hardik22317
2021-06-25 15:27:52 +05:30
parent d9f371f32c
commit 047ec10e0d
6 changed files with 75 additions and 14 deletions
+2
View File
@@ -14,6 +14,8 @@ mkdir build #build folder will be created and project will be build in that fold
cd build #Name of the folder
#Building commands
cmake ..
make -j16
#cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" ../
#cmake --build . --target BaggageAIApi -- -j4