project_files/hwc/rtl/CMakeLists.txt
author Grigory Ustinov <grenka@altlinux.org>
Thu, 26 Sep 2019 19:03:14 +0300
changeset 15423 e0f148794328
parent 15361 5c0479d0ed5b
permissions -rw-r--r--
Fix error in russian frontend translation file (thx to alfadur)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8004
da4c6db6ea6b correct includes and clang detection
koda
parents: 7999
diff changeset
     1
8047
25a4daa6473c cleanup headers, remove -I . from rtl lib to save a few warnings
koda
parents: 8029
diff changeset
     2
file(GLOB fpcrtl_src *.c)
25a4daa6473c cleanup headers, remove -I . from rtl lib to save a few warnings
koda
parents: 8029
diff changeset
     3
9254
d5f513019851 rtl always static
koda
parents: 9201
diff changeset
     4
add_library(fpcrtl STATIC ${fpcrtl_src})
7999
bb503cd46516 add a few cmakefiles for c engine and rtl
koda
parents:
diff changeset
     5