project_files/hwc/rtl/CMakeLists.txt
author unc0rr
Tue, 26 Jul 2022 12:37:17 +0200
changeset 15874 c4561095666a
parent 15376 5c0479d0ed5b
permissions -rw-r--r--
Fix texture copying routine not taking pitch into account


file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})