summaryrefslogtreecommitdiffstats
path: root/source/slangc/CMakeLists.txt
Commit message (Collapse)AuthorAge
* Revert "Reduce the dependency to thread library (#8216)" (#8319)kaizhangNV2025-08-28
| | | | This cause the pthread not found issue on old glibc build. This reverts commit 113327194d4cf750af6265a560615850a8e7e6fb.
* Reduce the dependency to thread library (#8216)Jay Kwak2025-08-20
| | | | | | Slang compiler doesn't use thread and we should declare the dependency to the thread library when we don't need it. The use of Thread is limited to the tools such as slang-test.
* Correct dependencies on core module source (#6340)Ellie Hermaszewska2025-02-12
| | | | | | | | | | | | | | | | | | | | | | | * Publicly link core module sources Closes https://github.com/shader-slang/slang/issues/6037 * format * format * remove unnecessary conditional * comments * neaten * Only build embedded core modules when necessary * Make dependencies on core module source more precise * more precice dependencies on core module source * Neaten
* Fix build issue when SLANG_EMBED_CORE_MODULE is OFF. (#6243)Yong He2025-01-31
|
* Distribute slang-glsl-module.bin in release packages. (#6233)Yong He2025-01-31
| | | | | | | | | * Distribute slang-glsl-module.bin in release packages. * Fix. * fix2. * Build glsl modlue into a dll.
* Remove duplicate call to install() for libslang (#5767)Ellie Hermaszewska2024-12-05
| | | | | Closes https://github.com/shader-slang/slang/issues/5764 Also mention other installed targets in cmake config
* declutter top level CMakeLists.txt (#5391)Ellie Hermaszewska2024-10-24
* Split examples cmake desc * declutter top level CMakeLists.txt * fail if building tests without gfx * Move llvm fetching to another cmake file * Further split CMakeLists.txt * Neaten llvm fetching * Remove last premake remnant * correct cross builds * Neaten * Neaten project organization in vs