From afd34f2893a06a3aecf17e8e83b1df6ed2ae91a2 Mon Sep 17 00:00:00 2001 From: iroul Date: Fri, 4 Apr 2014 07:35:14 -0700 Subject: move to my github. --- src/common/CMakeLists.txt | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/common/CMakeLists.txt (limited to 'src/common/CMakeLists.txt') diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt new file mode 100644 index 0000000..d3f0c09 --- /dev/null +++ b/src/common/CMakeLists.txt @@ -0,0 +1,36 @@ +set(fqterm_common_SRCS + common.h + common.cpp + fqterm.h + fqterm_trace.h + fqterm_trace.cpp + fqterm_config.h + fqterm_config.cpp + fqterm_sound.h + fqterm_sound.cpp + fqterm_param.h + fqterm_param.cpp + fqterm_path.h + fqterm_path.cpp + fqterm_font.h + fqterm_font.cpp + fqterm_exif_extractor.h + fqterm_exif_extractor.cpp + fqterm_filedialog.h + fqterm_filedialog.cpp + fqterm_shortcuthelper.h + fqterm_shortcuthelper.cpp +) + +qt4_automoc(${fqterm_common_SRCS}) + +include_directories( + ${QT_INCLUDE_DIR} + ${QT_QTCORE_INCLUDE_DIR} + ${QT_QTGUI_INCLUDE_DIR} + ${CMAKE_CURRENT_BINARY_DIR} +) + +add_library(fqterm_common + ${fqterm_common_SRCS} +) -- cgit v1.2.3