소스 검색

Adding git refresh command to kll.cmake and kll file listing to build process

simple
Jacob Alexander 9 년 전
부모
커밋
4be4a85930
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 12
    0
      Lib/CMake/kll.cmake

+ 12
- 0
Lib/CMake/kll.cmake 파일 보기

execute_process ( COMMAND ${GIT_EXECUTABLE} clone https://github.com/kiibohd/kll.git execute_process ( COMMAND ${GIT_EXECUTABLE} clone https://github.com/kiibohd/kll.git
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
) )
else () # Otherwise attempt to update the repo
# Clone kll git repo
execute_process ( COMMAND ${GIT_EXECUTABLE} pull --rebase
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/kll
)
endif () # kll/kll.py exists endif () # kll/kll.py exists




endif () endif ()




#| Print list of layout sources used
message ( STATUS "Detected Layout Files:" )
foreach ( filename ${KLL_DEPENDS} )
message ( "${filename}" )
endforeach ()




### ###
# Run KLL Compiler # Run KLL Compiler