logic: commandline indexing and configuration
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user