Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b7f3426

Browse filesBrowse files
committed
update for latest litehtml
1 parent 3c1f9e2 commit b7f3426
Copy full SHA for b7f3426

File tree

Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed

‎CMakeLists.txt

Copy file name to clipboardExpand all lines: CMakeLists.txt
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ set(SOURCE ${LITEBROWSER_PATH}/main.cpp
2727
${LITEBROWSER_PATH}/browser_wnd.cpp
2828
${SUPPORT_PATH}/gtkmm4/html_widget.cpp
2929
${SUPPORT_PATH}/webpage/web_history.cpp
30-
${SUPPORT_PATH}/webpage/draw_buffer.cpp
3130
${SUPPORT_PATH}/webpage/http_request.cpp
3231
${SUPPORT_PATH}/webpage/web_page.cpp
3332
${SUPPORT_PATH}/webpage/http_requests_pool.cpp
33+
${SUPPORT_PATH}/draw_buffer/draw_buffer.cpp
3434
${CONTAINER_PATH}/container_cairo.cpp
3535
${CONTAINER_PATH}/cairo_borders.cpp
3636
${CONTAINER_PATH}/container_cairo_pango.cpp
@@ -45,7 +45,7 @@ set(HEADERS ${LITEBROWSER_PATH}/browser_wnd.h
4545
${SUPPORT_PATH}/webpage/web_page.h
4646
${SUPPORT_PATH}/webpage/html_host.h
4747
${SUPPORT_PATH}/webpage/http_requests_pool.h
48-
${SUPPORT_PATH}/webpage/draw_buffer.h
48+
${SUPPORT_PATH}/draw_buffer/draw_buffer.h
4949
${CONTAINER_PATH}/container_cairo.h
5050
${CONTAINER_PATH}/cairo_borders.h
5151
${CONTAINER_PATH}/container_cairo_pango.h
@@ -67,7 +67,7 @@ add_compile_options(-Wall -Wextra -Wpedantic)
6767

6868
add_executable(${PROJECT_NAME} ${SOURCE} ${HEADERS})
6969

70-
include_directories(${PROJECT_NAME} ${LITEHTML_PATH}/include ${SUPPORT_PATH}/webpage ${SUPPORT_PATH}/gtkmm4 ${LB_LIBS_INCLUDE_DIRS} ${LB_ADW_INCLUDE_DIRS} ${CONTAINER_PATH} litehtml-tests)
70+
include_directories(${PROJECT_NAME} ${LITEHTML_PATH}/include ${SUPPORT_PATH}/webpage ${SUPPORT_PATH}/draw_buffer ${SUPPORT_PATH}/gtkmm4 ${LB_LIBS_INCLUDE_DIRS} ${LB_ADW_INCLUDE_DIRS} ${CONTAINER_PATH} litehtml-tests)
7171
target_link_options(${PROJECT_NAME} PRIVATE ${LB_LIBS_LDFLAGS} ${FONTCONFIG_LDFLAGS} ${LB_ADW_LDFLAGS})
7272
target_link_libraries(${PROJECT_NAME} litehtml ${LB_LIBS_LIBRARIES} ${LB_ADW_LIBRARIES} ${FONTCONFIG_LIBRARIES})
7373

‎litehtml

Copy file name to clipboard

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.