Rename CMakeLists targets nxt -> dawn

This commit is contained in:
Corentin Wallez
2018-07-18 13:57:29 +02:00
committed by Corentin Wallez
parent f1ded9bea2
commit d148aebf3f
10 changed files with 54 additions and 54 deletions

View File

@@ -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)