remove reference to src/3rdparty

This commit is contained in:
houzh 2022-12-08 13:07:22 +00:00
parent b89c5a13e5
commit ea203c7b08
5 changed files with 1 additions and 11 deletions

View File

@ -28,7 +28,7 @@ add_custom_target(uidemo1translate
)
message("CDROID_LIBRARIES=${CDROID_LIBRARIES} CDROID_INCLUDE_DIRS=${CDROID_INCLUDE_DIRS}")
target_link_libraries(uidemo1 PRIVATE ${CDROID_LIBRARIES})#${CDROID_DEPLIBS})
target_link_libraries(uidemo1 PRIVATE ${CDROID_LIBRARIES})
install(TARGETS uidemo1 DESTINATION bin)

View File

@ -26,7 +26,6 @@ add_custom_target(uidemotranslate
COMMENT "Translate strings resource..."
)
target_link_libraries(uidemo2 cdroid)
install(TARGETS uidemo2 DESTINATION bin)

View File

@ -29,11 +29,6 @@ include_directories(
${CMAKE_BINARY_DIR}/include/pinyin
${LIBUNIBREAK_INCLUDE_DIRS}
${CMAKE_SOURCE_DIR}/src/3rdparty/pinyin/include
${CMAKE_BINARY_DIR}/include/fribidi
${CMAKE_SOURCE_DIR}/src/modules/vold
${CMAKE_SOURCE_DIR}/src/3rdparty/libsvg/src
${CMAKE_SOURCE_DIR}/src/3rdparty/libsvg-cairo/src
${CMAKE_SOURCE_DIR}/src/3rdparty/libsvg-cairo/include
)
add_definitions(--include cdtypes.h)

View File

@ -29,8 +29,6 @@ include_directories(./
../include
${CMAKE_SOURCE_DIR}/src/gui/core
${CMAKE_BINARY_DIR}/include
${CMAKE_SOURCE_DIR}/src/3rdparty/libvncserver
${CMAKE_BINARY_DIR}/src/3rdparty/libvncserver
${CMAKE_SOURCE_DIR}/deps/include
${TOOLCHAIN_DIR}/target/mipsel-buildroot-linux-gnu/sysroot/usr/include/directfb
${TOOLCHAIN_DIR}/host/usr/mipsel-buildroot-linux-gnu/sysroot/usr/include/directfb

View File

@ -46,8 +46,6 @@ include_directories(./
${CMAKE_SOURCE_DIR}/src/gui/
${CMAKE_SOURCE_DIR}/src/gui/core
${CMAKE_BINARY_DIR}/include
${CMAKE_SOURCE_DIR}/src/3rdparty/libvncserver
${CMAKE_BINARY_DIR}/src/3rdparty/libvncserver
${CMAKE_SOURCE_DIR}/deps/include
${CMAKE_SOURCE_DIR}/deps/include/gui #for eventcodes.h
)