adding initial project layout
This commit is contained in:
13
externals/qhexedit/CMakeLists.txt
vendored
Normal file
13
externals/qhexedit/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,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})
|
Reference in New Issue
Block a user