Use pkg-config to find ncursesw
[centerim5.git] / tests / CMakeLists.txt
blob565972076b89f851e680cc790a3f97b1844846dd
1 add_compile_options(${SIGC_CFLAGS})
2 link_libraries(${SIGC_LDFLAGS} cppconsui)
4 add_executable(button EXCLUDE_FROM_ALL button.cpp main.cpp)
5 add_executable(colorpicker EXCLUDE_FROM_ALL colorpicker.cpp main.cpp)
6 add_executable(label EXCLUDE_FROM_ALL label.cpp main.cpp)
7 add_executable(submenu EXCLUDE_FROM_ALL submenu.cpp main.cpp)
8 add_executable(textentry EXCLUDE_FROM_ALL textentry.cpp main.cpp)
9 add_executable(textview EXCLUDE_FROM_ALL textview.cpp main.cpp)
10 add_executable(treeview EXCLUDE_FROM_ALL treeview.cpp main.cpp)
11 add_executable(window EXCLUDE_FROM_ALL window.cpp main.cpp)