project_files/hwc/rtl/CMakeLists.txt
author nemo
Tue, 13 Mar 2018 10:20:41 -0400
branchqt5transition
changeset 13184 ddfb4a73524b
parent 11664 71bdf987e41f
child 15366 5c0479d0ed5b
permissions -rw-r--r--
try plastique with fallback to windows - we should find a way to alert the user that qt5-style-plugins would improve rendering


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})