Move of const to separate file and removal of old concat code.

This commit is contained in:
Christoffer Lerno
2024-09-04 09:34:51 +02:00
parent 59ff94c005
commit 63fc77a861
8 changed files with 567 additions and 830 deletions

View File

@@ -337,7 +337,9 @@ add_executable(c3c
src/utils/http.c
src/compiler/sema_liveness.c
src/build/common_build.c
${CMAKE_BINARY_DIR}/git_hash.h)
src/compiler/sema_const.c
${CMAKE_BINARY_DIR}/git_hash.h
)
if(GIT_FOUND AND EXISTS "${CMAKE_SOURCE_DIR}/.git")
# We are inside of a git repository so rebuilding the hash every time something changes.