mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-16 08:27:05 +00:00
Rename CMakeLists targets nxt -> dawn
This commit is contained in:
committed by
Corentin Wallez
parent
f1ded9bea2
commit
d148aebf3f
@@ -33,6 +33,6 @@ list(APPEND COMMON_SOURCES
|
||||
${COMMON_DIR}/windows_with_undefs.h
|
||||
)
|
||||
|
||||
add_library(nxt_common STATIC ${COMMON_SOURCES})
|
||||
target_include_directories(nxt_common PUBLIC ${SRC_DIR})
|
||||
NXTInternalTarget("" nxt_common)
|
||||
add_library(dawn_common STATIC ${COMMON_SOURCES})
|
||||
target_include_directories(dawn_common PUBLIC ${SRC_DIR})
|
||||
NXTInternalTarget("" dawn_common)
|
||||
|
||||
Reference in New Issue
Block a user