From 58eb6f7da01af1767282ee12b0b4b25c57e52afb Mon Sep 17 00:00:00 2001 From: NBickford <57467222+NBickford-NV@users.noreply.github.com> Date: Thu, 22 Feb 2024 23:07:46 -0800 Subject: Fix linking of slang-bootstrap by linking with slang-lookup-tables (#3618) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b5683c15..62fc0868b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -285,7 +285,7 @@ generator( source/slangc TARGET_NAME slang-bootstrap USE_FEWER_WARNINGS - LINK_WITH_PRIVATE prelude slang-no-embedded-stdlib slang-capability-lookup Threads::Threads + LINK_WITH_PRIVATE prelude slang-no-embedded-stdlib slang-capability-lookup slang-lookup-tables Threads::Threads ) # -- cgit v1.2.3