8 lines
186 B
CMake
8 lines
186 B
CMake
|
# WDC toolchain for CMake
|
||
|
# Copyright (C) 2021 Tentei Ltd.
|
||
|
# DISTRIBUTED AS PUBLIC DOMAIN. No restrictions apply.
|
||
|
|
||
|
set(ASM_DIALECT "_WDC")
|
||
|
include(CMakeTestASMCompiler)
|
||
|
set(ASM_DIALECT)
|