2010-11-12 15:21:49 +05:30
|
|
|
project (ifchd)
|
|
|
|
|
|
|
|
cmake_minimum_required (VERSION 2.6)
|
|
|
|
|
2012-07-21 04:18:26 +05:30
|
|
|
file(GLOB IFCHD_SRCS "*.c")
|
2010-11-12 15:21:49 +05:30
|
|
|
|
|
|
|
add_executable(ifchd ${IFCHD_SRCS})
|
2010-11-12 16:12:07 +05:30
|
|
|
target_link_libraries(ifchd ncmlib)
|