project_files/hwc/rtl/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sun, 16 Jun 2019 12:19:43 +0200
changeset 15166 d20e52a646e7
parent 11664 71bdf987e41f
child 15366 5c0479d0ed5b
permissions -rw-r--r--
Fix mouse wheel scrolling team list when used on team color widget


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})