Skip to content

Commit

Permalink
ubjson: Move into lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfonseca committed May 5, 2016
1 parent efc5d91 commit ac4cdf3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gui/CMakeLists.txt
Expand Up @@ -90,6 +90,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
#add_app_icon(qapitrace_SRCS ../icons/hi*-qapitrace.png)
include_directories (
${CMAKE_SOURCE_DIR}/lib/image
${CMAKE_SOURCE_DIR}/lib/ubjson
)

add_executable (qapitrace ${qapitrace_SRCS} ${qapitrace_UIS_H})
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions retrace/CMakeLists.txt
Expand Up @@ -8,6 +8,7 @@ include_directories (
${CMAKE_BINARY_DIR}/dispatch
${CMAKE_SOURCE_DIR}/dispatch
${CMAKE_SOURCE_DIR}/lib/image
${CMAKE_SOURCE_DIR}/lib/ubjson
${CMAKE_SOURCE_DIR}/thirdparty/dxerr
)

Expand Down

0 comments on commit ac4cdf3

Please sign in to comment.