mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-14 23:56:16 +00:00
Rename NXT -> Dawn in the rest of CMakeLists
This commit is contained in:
committed by
Corentin Wallez
parent
f684040e0a
commit
fde3f2b5e0
@@ -56,7 +56,7 @@ endif()
|
||||
add_library(utils STATIC ${UTILS_SOURCES})
|
||||
target_link_libraries(utils dawn_backend shaderc_shared dawncpp dawn)
|
||||
target_include_directories(utils PUBLIC ${SRC_DIR})
|
||||
NXTInternalTarget("" utils)
|
||||
DawnInternalTarget("" utils)
|
||||
if(NOT MSVC)
|
||||
# allow C-style casts -- for shaderc
|
||||
set_property(TARGET utils APPEND PROPERTY COMPILE_OPTIONS "-Wno-old-style-cast")
|
||||
|
||||
Reference in New Issue
Block a user