Nothing works
This commit is contained in:
@@ -5,7 +5,7 @@ include (ExternalProject)
|
||||
add_library(slang SHARED IMPORTED)
|
||||
if(WIN32)
|
||||
add_library(slang-glslang SHARED IMPORTED)
|
||||
set(SLANG_ROOT ${PROJECT_SOURCE_DIR}/../slang/build/Debug/)
|
||||
set(SLANG_ROOT ${PROJECT_SOURCE_DIR}/../slang/build/Release/)
|
||||
set_target_properties(slang-glslang PROPERTIES IMPORTED_LOCATION ${SLANG_ROOT}bin/slang-glslang.dll)
|
||||
set_target_properties(slang-glslang PROPERTIES IMPORTED_IMPLIB ${SLANG_ROOT}lib/slang.lib)
|
||||
set_target_properties(slang PROPERTIES IMPORTED_LOCATION ${SLANG_ROOT}bin/slang.dll)
|
||||
|
||||
Reference in New Issue
Block a user