Mercurial > hg > CbC > CbC_xv6
diff src/CMakeLists.txt @ 82:d419660ad71d
tweak generate_stub.pl
author | anatofuz |
---|---|
date | Fri, 11 Oct 2019 19:32:16 +0900 |
parents | c976a8bbe8c5 |
children | d4e22a45a575 |
line wrap: on
line diff
--- a/src/CMakeLists.txt Wed Oct 09 20:43:04 2019 +0900 +++ b/src/CMakeLists.txt Fri Oct 11 19:32:16 2019 +0900 @@ -35,6 +35,7 @@ set(CMAKE_BEFORE_PROJECT_PATH "${CMAKE_CURRENT_BINARY_DIR}${CMAKE_FILES_DIRECTORY}") include_directories(".") +include_directories(${CMAKE_SOURCE_DIR}) configure_file("${CMAKE_SOURCE_DIR}/kernel-cmake.ld" "${CMAKE_CURRENT_BINARY_DIR}/kernel-cmake.ld" COPYONLY) macro( GearsCommand )