diff options
| author | NBickford <57467222+NBickford-NV@users.noreply.github.com> | 2024-02-22 23:07:46 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-22 23:07:46 -0800 |
| commit | 58eb6f7da01af1767282ee12b0b4b25c57e52afb (patch) | |
| tree | 0532f02433df08fcb8f2db37e8b71668367d3153 | |
| parent | 8ec5b3e6ef2e7e5c3adaa5accb375676b1c09ff0 (diff) | |
Fix linking of slang-bootstrap by linking with slang-lookup-tables (#3618)
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) # |
