mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
* added explicit targets for every 3rd party lib these contain include dirs/libs/compiler defs * moved each 3rd party lib into a version folder, to give each target a dedicated include directory. Now noone should add lib root folder as include dir Used private linking where possible disabled building of boost, wasnt used at all * regnerate boost cache adapted targets for coverity
4 lines
147 B
CMake
4 lines
147 B
CMake
add_library(libutf8 INTERFACE IMPORTED)
|
|
set_target_properties(libutf8 PROPERTIES
|
|
INTERFACE_INCLUDE_DIRECTORIES "${POL_EXT_LIB_DIR}/utf8-2.3.4"
|
|
)
|