Skip to content

Commit

Permalink
json
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Sep 1, 2023
1 parent c71aa3a commit 603cf60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lcUI/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ managers/uisettings.cpp
managers/contextmenumanager.cpp
managers/copymanager.cpp
managers/metainfomanager.cpp
managers/metainfomanager.h)
)

QT5_WRAP_UI(UI_HEADERS
mainwindow.ui
Expand Down
2 changes: 1 addition & 1 deletion lckernel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ endif()

target_link_libraries(lckernel ${Boost_LIBRARIES} ${APR_LIBRARIES} ${G_EXTRA_LIBS} tinysplinecxx)
if (MSVC)
target_link_libraries(lckernel Boost::log)
target_link_libraries(lckernel Boost::log ${RapidJSON_LIBRARIES})
endif()

# INSTALLATION
Expand Down
2 changes: 1 addition & 1 deletion lcviewernoqt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ if(WITH_CAIRO)
endif()

# FreeType
find_package(Freetype REQUIRED)
# find_package(Freetype REQUIRED)
include_directories(${FREETYPE_INCLUDE_DIRS})

# libpng and bzip2, required as Freetype dependency on Windows
Expand Down

0 comments on commit 603cf60

Please sign in to comment.