You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

8 lines
191 B

file(GLOB imglib_srcs ${CMAKE_CURRENT_LIST_DIR}/*.asm)
target_sources(${tgt_name} PRIVATE ${imglib_srcs})
target_include_directories(${tgt_name} PUBLIC
${C6416_SDK_PATH}/include/imglib)