1
0
mirror of https://github.com/starr-dusT/citra.git synced 2024-10-02 10:26:17 -07:00

14 lines
310 B
CMake
Raw Normal View History

2013-08-29 23:35:09 -04:00
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})