logic: commandline indexing and configuration

This commit is contained in:
Andreas Stallinger
2017-08-09 12:33:43 +02:00
parent 2399e733b4
commit 802153883e
53 changed files with 1384 additions and 298 deletions
+4 -4
View File
@@ -15,18 +15,18 @@ set(binPath ${CMAKE_CURRENT_LIST_DIR}/../build/Release/app/Sourcetrail)
set(projPath ${CMAKE_CURRENT_LIST_DIR}/../bin/app/user/projects)
execute_process(
COMMAND ${binPath} -z ${CMAKE_CURRENT_LIST_DIR}/../setup/license.txt
COMMAND ${binPath} config -z ${CMAKE_CURRENT_LIST_DIR}/../setup/license.txt
)
execute_process(
COMMAND ${binPath} -f -d ${projPath}/tictactoe/tictactoe.srctrlprj
COMMAND ${binPath} index --full ${projPath}/tictactoe/tictactoe.srctrlprj
)
execute_process(
COMMAND ${binPath} -f -d ${projPath}/tutorial/tutorial.srctrlprj
COMMAND ${binPath} index --full ${projPath}/tutorial/tutorial.srctrlprj
)
execute_process(
COMMAND ${binPath} -f -d ${projPath}/javaparser/javaparser.srctrlprj
COMMAND ${binPath} index --full ${projPath}/javaparser/javaparser.srctrlprj
)