2010-11-12 04:51:49 -05:00
|
|
|
project (ifchd)
|
|
|
|
|
|
|
|
cmake_minimum_required (VERSION 2.6)
|
|
|
|
|
2012-07-20 18:48:26 -04:00
|
|
|
file(GLOB IFCHD_SRCS "*.c")
|
2010-11-12 04:51:49 -05:00
|
|
|
|
|
|
|
add_executable(ifchd ${IFCHD_SRCS})
|
2010-11-12 05:42:07 -05:00
|
|
|
target_link_libraries(ifchd ncmlib)
|