mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 18:02:13 +02:00
lowercase civetweb library in domain-server so it isn't so loud
This commit is contained in:
parent
8f3de6fb5d
commit
291d34d49f
1 changed files with 2 additions and 2 deletions
|
@ -10,9 +10,9 @@ setup_hifi_project(${TARGET_NAME} TRUE)
|
|||
|
||||
# setup a library for civetweb and link it to the domain-server
|
||||
FILE(GLOB CIVETWEB_SRCS external/civetweb/src/*.c)
|
||||
add_library(CIVETWEB ${CIVETWEB_SRCS})
|
||||
add_library(civetweb ${CIVETWEB_SRCS})
|
||||
include_directories(external/civetweb/include)
|
||||
target_link_libraries(${TARGET_NAME} CIVETWEB)
|
||||
target_link_libraries(${TARGET_NAME} civetweb)
|
||||
|
||||
# remove and then copy the files for the webserver
|
||||
add_custom_command(TARGET ${TARGET_NAME} POST_BUILD
|
||||
|
|
Loading…
Reference in a new issue