Revert "prepare cmake unity build"

This reverts commit 21f3bd7082.
This commit is contained in:
Riku Isokoski
2022-12-31 09:31:07 +02:00
committed by JF
parent 419d8413c6
commit 318a243df1
2 changed files with 0 additions and 29 deletions

View File

@@ -32,12 +32,6 @@ foreach(FONT ${FONTS})
add_custom_target(infinitime_fonts_${FONT}
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${FONT}.c
)
# skip files, which currently cause problems when turning on CMake untiy build
set_source_files_properties(
${FONT}.c PROPERTIES SKIP_UNITY_BUILD_INCLUSION ON
)
target_sources(infinitime_fonts PRIVATE "${CMAKE_CURRENT_BINARY_DIR}/${FONT}.c")
add_dependencies(infinitime_fonts infinitime_fonts_${FONT})
endforeach()