project_files/hwc/rtl/CMakeLists.txt
author alfadur
Thu, 22 Nov 2018 00:49:55 +0300
changeset 14275 efa901b04bad
parent 11664 71bdf987e41f
child 15366 5c0479d0ed5b
permissions -rw-r--r--
prevent qtmain from not being linked in on windows


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})