summaryrefslogtreecommitdiffstats
path: root/src/methods/null/CMakeLists.txt
blob: d65a342bec066f6120ca4618516f399b180c806c (plain)
1
2
3
4
5
6
include_directories(${FASTD_SOURCE_DIR} ${FASTD_BINARY_DIR}/src)

add_library(method_null OBJECT
  null.c
)
set_property(TARGET method_null PROPERTY COMPILE_FLAGS "${FASTD_CFLAGS}")