From 4e7e820c3dda716334ccbe9854379e46d8d332bb Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Wed, 24 Jan 2024 17:29:09 +0800 Subject: Generate lookup tables from cmake (#3461) * Generate lookup tables from cmake * Correct add_custom_command generator dependencies * set options for lookup table source * include path * use slang_add_target for capability generated targets * vs project regenerate * ci wobble --------- Co-authored-by: Yong He --- prelude/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prelude') diff --git a/prelude/CMakeLists.txt b/prelude/CMakeLists.txt index 751aa9a5c..6b5c190e7 100644 --- a/prelude/CMakeLists.txt +++ b/prelude/CMakeLists.txt @@ -12,7 +12,7 @@ foreach(input ${SLANG_PRELUDE_HEADERS}) add_custom_command( OUTPUT ${output} COMMAND slang-embed "${input}" ${output} - DEPENDS ${input} + DEPENDS ${input} slang-embed VERBATIM ) list(APPEND SLANG_PRELUDE_SOURCE ${output}) -- cgit v1.2.3