project_files/hwc/rtl/CMakeLists.txt
author alfadur
Sat, 06 Oct 2018 01:24:27 +0300
changeset 13875 a966b1914792
parent 11664 71bdf987e41f
child 15366 5c0479d0ed5b
permissions -rw-r--r--
Windows 1809 GetUserProfileDirectory failure workaround


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})