project_files/hwc/rtl/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sat, 10 Feb 2018 12:44:40 +0100
changeset 12961 89930daecaab
parent 11664 71bdf987e41f
child 15366 5c0479d0ed5b
permissions -rw-r--r--
Add minigun to scripts. Also add a few missing ammos to BRW and RW


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})