project_files/hwc/rtl/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Tue, 22 Jan 2019 07:47:27 +0100
changeset 14681 aa4f99b96c6d
parent 11659 71bdf987e41f
child 15376 5c0479d0ed5b
permissions -rw-r--r--
ACF2: Fix clock entering "retreat mode" after cut scene after killing first enemy


include_directories(${GLEW_INCLUDE_DIR})

file(GLOB fpcrtl_src *.c)

add_library(fpcrtl STATIC ${fpcrtl_src})