common : add common.h as PCH

This commit is contained in:
Daniel Bevenius
2026-08-31 08:30:35 +02:00
parent 8c4153d79f
commit b8c23ceceb
+1
View File
@@ -131,6 +131,7 @@ set_target_properties(${TARGET} PROPERTIES
target_include_directories(${TARGET} PUBLIC .)
target_link_libraries (${TARGET} PUBLIC vendor::nlohmann vendor::sheredom)
target_compile_features (${TARGET} PUBLIC cxx_std_17)
target_precompile_headers (${TARGET} PRIVATE common.h)
if (LLAMA_SUBPROCESS)
target_compile_definitions(${TARGET} PUBLIC LLAMA_SUBPROCESS)