Files
CMake/Tests/RunCMake/IAR/iar-asm.cmake
T
Felipe Torrezan 37e44707bc IAR: Add tests covering IAR toolchains
Run the tests only if enabled explicitly by an undocumented cache
entry.  We will enable it on hosts known to have the toolchains.
2023-10-23 15:59:40 -04:00

6 lines
144 B
CMake

enable_language(ASM)
add_executable(exec-asm)
target_sources(exec-asm PRIVATE module.asm)
target_link_options(exec-asm PRIVATE ${LINKER_OPTS})