Skip to content

Commit

Permalink
Fix compile per keneanung advice
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Aug 9, 2019
1 parent 1f2cbb0 commit a9f09ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion edbee-lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,11 @@ INCLUDE_DIRECTORIES(
)

ADD_LIBRARY(edbee-lib STATIC
${SOURCES} ${HEADERS} ${QS_LOG_SOURCES} ${QS_LOG_HEADERS} ${ONIG_SOURCES}
${SOURCES} ${HEADERS} ${ONIG_SOURCES}
${ONIG_HEADERS})

target_link_libraries(edbee-lib QsLog)

TARGET_INCLUDE_DIRECTORIES(edbee-lib PUBLIC
${Qt5Core_INCLUDE_DIRS}
${Qt5UiTools_INCLUDE_DIRS}
Expand Down

0 comments on commit a9f09ea

Please sign in to comment.