updaterevision/CMakeLists.txt

Sat, 13 Dec 2014 07:36:00 +0200

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Sat, 13 Dec 2014 07:36:00 +0200
changeset 14
33b8f428bacb
parent 1
4dd5bde4e777
permissions
-rw-r--r--

- begin work on interface - input line works for the most part :)

project (hurgharama)
add_subdirectory (updaterevision)

set
(
	SOURCE_FILES
	sources/main.cpp
	sources/version.cpp
)

set (CURSES_NEED_NCURSES, True)
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x -W -Wall")
find_package (Curses)
include_directories (${CURSES_INCUDE_DIRS})
include_directories (${CMAKE_CURRENT_BINARY_DIR})
add_executable (${PROJECT_NAME} ${SOURCE_FILES})
target_link_libraries (${PROJECT_NAME} ${CMAKE_LIBRARIES})

mercurial