cmake/Tests/RunCMake/GenEx-DEVICE_LINK/target_compile_options.cmake

5 lines
108 B
CMake
Raw Normal View History

2020-08-30 11:54:41 +02:00
enable_language(C)
add_executable(empty empty.c)
target_compile_options(empty PRIVATE $<DEVICE_LINK:-OPT>)