diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-11-30 11:54:01 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-11-30 11:54:01 -0500 |
commit | 517af37cc9a9f7b5efa3e22d7021aab691c80244 (patch) | |
tree | 91e352af5ea134ae542d2a78cfaa51c05a1de239 /common/CMakeLists.txt | |
parent | fe5c0316096b47d9a9bbede1d35e52e04ad9b40f (diff) |
remove relevant CMakeLists.txt
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt deleted file mode 100644 index 4fa71f3a..00000000 --- a/common/CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ -include_directories( - ${WLC_INCLUDE_DIRS} - ${XKBCOMMON_INCLUDE_DIRS} -) - -add_library(sway-common STATIC - ipc-client.c - list.c - log.c - util.c - readline.c - stringop.c -) - -target_link_libraries(sway-common m) |