diff options
Diffstat (limited to 'externals/qhexedit/CMakeLists.txt')
| -rw-r--r-- | externals/qhexedit/CMakeLists.txt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/externals/qhexedit/CMakeLists.txt b/externals/qhexedit/CMakeLists.txt deleted file mode 100644 index e7470dfe4..000000000 --- a/externals/qhexedit/CMakeLists.txt +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | set(CMAKE_AUTOMOC ON) | ||
| 2 | set(CMAKE_INCLUDE_CURRENT_DIR ON) | ||
| 3 | |||
| 4 | set(SRCS | ||
| 5 | commands.cpp | ||
| 6 | qhexedit.cpp | ||
| 7 | qhexedit_p.cpp | ||
| 8 | xbytearray.cpp | ||
| 9 | ) | ||
| 10 | |||
| 11 | set(HEADERS | ||
| 12 | commands.h | ||
| 13 | qhexedit.h | ||
| 14 | qhexedit_p.h | ||
| 15 | xbytearray.h | ||
| 16 | ) | ||
| 17 | |||
| 18 | create_directory_groups(${SRCS} ${HEADERS}) | ||
| 19 | |||
| 20 | add_library(qhexedit STATIC ${SRCS} ${HEADERS}) | ||
| 21 | target_link_libraries(qhexedit ${CITRA_QT_LIBS}) | ||