Rename NXT -> Dawn in the rest of CMakeLists

This commit is contained in:
Corentin Wallez
2018-07-18 14:03:36 +02:00
committed by Corentin Wallez
parent f684040e0a
commit fde3f2b5e0
9 changed files with 22 additions and 22 deletions

View File

@@ -35,4 +35,4 @@ list(APPEND COMMON_SOURCES
add_library(dawn_common STATIC ${COMMON_SOURCES})
target_include_directories(dawn_common PUBLIC ${SRC_DIR})
NXTInternalTarget("" dawn_common)
DawnInternalTarget("" dawn_common)