data: added python sample project

This commit is contained in:
mlangkabel
2019-05-07 15:51:37 +02:00
parent abda525b84
commit 76cb4e0dc9
22 changed files with 383 additions and 21 deletions
+5 -1
View File
@@ -19,7 +19,11 @@ execute_process(
)
execute_process(
COMMAND ${binPath} index --full ${projPath}/tictactoe/tictactoe.srctrlprj
COMMAND ${binPath} index --full ${projPath}/tictactoe_cpp/tictactoe_cpp.srctrlprj
)
execute_process(
COMMAND ${binPath} index --full ${projPath}/tictactoe_py/tictactoe_py.srctrlprj
)
execute_process(