CMakeLists.txt
author Tero Marttila <terom@fixme.fi>
Mon, 16 Mar 2009 22:06:39 +0200
changeset 69 6f298b6e0d5f
parent 59 375a3b5c3a46
child 186 33ef336dbb4b
permissions -rw-r--r--
create irc_log_chan function to log a new irc_log_chan, and irc_log_chan_destroy to remove the added callbacks/command handlers
# policy
cmake_minimum_required (VERSION 2.6)

# project attributes
project (evirc C)

# cmake paths
set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/Modules/")

# add the subdirs
add_subdirectory (src)
add_subdirectory (doc)