aboutsummaryrefslogtreecommitdiffhomepage
path: root/externals/qhexedit/CMakeLists.txt
blob: cfe168ef31e7bb33c5da506cb572032377613076 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
set(SRCS
            commands.cpp
            qhexedit.cpp
            qhexedit_p.cpp
            xbytearray.cpp)

qt4_wrap_cpp(MOC_SRCS
                        qhexedit.h
                        qhexedit_p.h)

include_directories(${CMAKE_CURRENT_BINARY_DIR})

add_library(qhexedit STATIC ${SRCS} ${MOC_SRCS})