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.
9 lines
191 B
9 lines
191 B
3 years ago
|
file(GLOB dsplib_srcs ${CMAKE_CURRENT_LIST_DIR}/*.asm)
|
||
|
|
||
|
target_sources(${tgt_name} PRIVATE ${dsplib_srcs})
|
||
|
|
||
|
target_include_directories(${tgt_name} PUBLIC
|
||
|
${C6416_SDK_PATH}/include/dsplib)
|
||
|
|
||
|
|