2 changed files with 32 additions and 32 deletions
@ -1,27 +0,0 @@ |
|||
function(ugfx_target_setup TARGET) |
|||
|
|||
target_include_directories( |
|||
${TARGET} |
|||
PRIVATE |
|||
${ugfx_INCLUDE_DIRS} |
|||
) |
|||
|
|||
target_sources( |
|||
${TARGET} |
|||
PRIVATE |
|||
${ugfx_SOURCES} |
|||
) |
|||
|
|||
target_compile_definitions( |
|||
${TARGET} |
|||
PRIVATE |
|||
${ugfx_DEFS} |
|||
) |
|||
|
|||
target_link_libraries( |
|||
${TARGET} |
|||
PRIVATE |
|||
${ugfx_LIBS} |
|||
) |
|||
|
|||
endfunction() |
Loading…
Reference in new issue