Skip to content

Commit

Permalink
summary
Browse files Browse the repository at this point in the history
  • Loading branch information
xinhaoyuan committed May 26, 2014
1 parent 26b61e8 commit bd10318
Show file tree
Hide file tree
Showing 8 changed files with 212 additions and 134 deletions.
8 changes: 5 additions & 3 deletions CMakeLists.txt
Expand Up @@ -20,9 +20,11 @@ LINK_DIRECTORIES(${XINERAMA_LIBRARY_DIRS})
LINK_DIRECTORIES(${XFT_LIBRARY_DIRS})

ADD_EXECUTABLE(dlauncher.bin dlauncher.c draw.c exec.c plugin.c
# plugins/exec.cpp
# plugins/dirlist.cpp plugins/plugin_cmd.cpp plugins/plugin_ssh.cpp
# plugins/plugin_dir.cpp plugins/plugin_shell.cpp
plugins/exec.cpp plugins/dirlist.cpp
plugins/plugin_cmd.cpp
plugins/plugin_ssh.cpp
plugins/plugin_dir.cpp
plugins/plugin_shell.cpp
)

SET_PROPERTY(TARGET dlauncher.bin APPEND PROPERTY COMPILE_DEFINITIONS VERSION="${DL_VERSION}" XINERAMA)
Expand Down

0 comments on commit bd10318

Please sign in to comment.