mirror of
https://gitee.com/houstudio/Cdroid.git
synced 2024-12-02 12:17:46 +08:00
modify htmltest's cmakelists
This commit is contained in:
parent
55560da1e6
commit
af27022eac
13
apps/w9/R.h
13
apps/w9/R.h
@ -19,13 +19,12 @@ namespace R{
|
||||
static constexpr int text1 = 0x0000271A ;/*10010*/
|
||||
static constexpr int text2 = 0x0000271B ;/*10011*/
|
||||
static constexpr int increment = 0x0000271C ;/*10012*/
|
||||
static constexpr int numberpicker_input = 0x0000271D ;/*10013*/
|
||||
static constexpr int decrement = 0x0000271E ;/*10014*/
|
||||
static constexpr int option1 = 0x0000271F ;/*10015*/
|
||||
static constexpr int option2 = 0x00002720 ;/*10016*/
|
||||
static constexpr int option3 = 0x00002721 ;/*10017*/
|
||||
static constexpr int option4 = 0x00002722 ;/*10018*/
|
||||
static constexpr int option5 = 0x00002723 ;/*10019*/
|
||||
static constexpr int decrement = 0x0000271D ;/*10013*/
|
||||
static constexpr int option1 = 0x0000271E ;/*10014*/
|
||||
static constexpr int option2 = 0x0000271F ;/*10015*/
|
||||
static constexpr int option3 = 0x00002720 ;/*10016*/
|
||||
static constexpr int option4 = 0x00002721 ;/*10017*/
|
||||
static constexpr int option5 = 0x00002722 ;/*10018*/
|
||||
};/*namespace id*/
|
||||
|
||||
namespace strings{
|
||||
|
@ -13,12 +13,11 @@
|
||||
<id name="text1">0x0000271a</id>
|
||||
<id name="text2">0x0000271b</id>
|
||||
<id name="increment">0x0000271c</id>
|
||||
<id name="numberpicker_input">0x0000271d</id>
|
||||
<id name="decrement">0x0000271e</id>
|
||||
<id name="option1">0x0000271f</id>
|
||||
<id name="option2">0x00002720</id>
|
||||
<id name="option3">0x00002721</id>
|
||||
<id name="option4">0x00002722</id>
|
||||
<id name="option5">0x00002723</id>
|
||||
<id name="decrement">0x0000271d</id>
|
||||
<id name="option1">0x0000271e</id>
|
||||
<id name="option2">0x0000271f</id>
|
||||
<id name="option3">0x00002720</id>
|
||||
<id name="option4">0x00002721</id>
|
||||
<id name="option5">0x00002722</id>
|
||||
</resources>
|
||||
|
||||
|
@ -74,8 +74,8 @@ configure_file(cdroid.pc.in cdroid.pc @ONLY)
|
||||
install (TARGETS cdroid DESTINATION lib)
|
||||
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/cdroid.pc
|
||||
DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/pkgconfig)
|
||||
install(FILES ${CDROID_DEPLIBS} DESTINATION lib)
|
||||
install (DIRECTORY ${PROJECT_SOURCE_DIR} DESTINATION include/ FILES_MATCHING PATTERN "*.h"
|
||||
PATTERN "view" EXCLUDE
|
||||
PATTERN "core" EXCLUDE)
|
||||
install (FILES ${LOOPERHEADERS} DESTINATION include/looper)
|
||||
|
||||
|
@ -25,6 +25,7 @@ set(HEADERS
|
||||
containers/linux/container_linux.h
|
||||
)
|
||||
|
||||
if(litehtml_FOUND)
|
||||
add_library(${PROJECT_NAME} ${SOURCE} ${HEADERS})
|
||||
include_directories(
|
||||
./ src containers
|
||||
@ -39,7 +40,6 @@ include_directories(
|
||||
${CMAKE_BINARY_DIR}/include/freetype2
|
||||
)
|
||||
|
||||
if(litehtml_FOUND)
|
||||
target_link_options(${PROJECT_NAME} PRIVATE ${LB_LIBS_LDFLAGS})
|
||||
target_link_libraries(${PROJECT_NAME} litehtml )#CURL::libcurl ${LB_LIBS_LIBRARIES})
|
||||
set_target_properties(${PROJECT_NAME} PROPERTIES CXX_STANDARD 11 C_STANDARD 99)
|
||||
|
Loading…
Reference in New Issue
Block a user