mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-14 23:56:16 +00:00
Rename NXTHelpers to DawnHelpers
This commit is contained in:
committed by
Corentin Wallez
parent
d148aebf3f
commit
f684040e0a
@@ -17,8 +17,8 @@ set(UTILS_DIR ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
list(APPEND UTILS_SOURCES
|
||||
${UTILS_DIR}/BackendBinding.cpp
|
||||
${UTILS_DIR}/BackendBinding.h
|
||||
${UTILS_DIR}/NXTHelpers.cpp
|
||||
${UTILS_DIR}/NXTHelpers.h
|
||||
${UTILS_DIR}/DawnHelpers.cpp
|
||||
${UTILS_DIR}/DawnHelpers.h
|
||||
${UTILS_DIR}/SystemUtils.cpp
|
||||
${UTILS_DIR}/SystemUtils.h
|
||||
)
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#include "utils/NXTHelpers.h"
|
||||
#include "utils/DawnHelpers.h"
|
||||
|
||||
#include "common/Assert.h"
|
||||
|
||||
Reference in New Issue
Block a user