~feng-kylin/ubuntu-kylin-wizard/trunk

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: handsome_feng
  • Date: 2016-06-14 01:50:34 UTC
  • Revision ID: 445865575@qq.com-20160614015034-ufmgakiqtgvgg0x9
UseĀ cssĀ file

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set (SRC_LIST main.cpp
 
2
              blur.cpp
 
3
              draw.cpp
 
4
              style.cpp
 
5
              rawpixel.cpp
 
6
              EMConverter.cpp
 
7
)
 
8
 
 
9
include_directories(${CACHED_WIZARD_DEPS_INCLUDE_DIRS})
 
10
add_definitions(${CACHED_WIZARD_DEPS_CFLAGS_OTHER})
 
11
add_executable(ubuntu-kylin-wizard ${SRC_LIST})
 
12
target_link_libraries(ubuntu-kylin-wizard ${CACHED_WIZARD_DEPS_LIBRARIES})
 
13
 
 
14
install (TARGETS ubuntu-kylin-wizard DESTINATION "bin")