10 lines
143 B
CMake
10 lines
143 B
CMake
|
set(ROOT_PATH ${UGFX_ROOT}/src/gtrans)
|
||
|
|
||
|
list(APPEND ugfx_INCLUDE_DIRS
|
||
|
${ROOT_PATH}
|
||
|
)
|
||
|
|
||
|
list(APPEND ugfx_SOURCES
|
||
|
${ROOT_PATH}/gtrans.c
|
||
|
)
|