vcgencmd: Apply ASLR
[platform/adaptation/broadcom/libomxil-vc4.git] / containers / rcv / CMakeLists.txt
1 # Container module needs to go in as a plugins so different prefix
2 # and install path
3 set(CMAKE_SHARED_LIBRARY_PREFIX "")
4
5 # Make sure the compiler can find the necessary include files
6 include_directories (../..)
7
8 add_library(reader_rcv ${LIBRARY_TYPE} rcv_reader.c)
9
10 target_link_libraries(reader_rcv containers)
11
12 install(TARGETS reader_rcv DESTINATION ${VMCS_PLUGIN_DIR})
13