mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-07-31 12:35:18 +02:00
5 lines
229 B
CMake
5 lines
229 B
CMake
add_library(tinyxml2_objs OBJECT tinyxml2.cpp)
|
|
if (NOT WIN32)
|
|
set_target_properties(tinyxml2_objs PROPERTIES POSITION_INDEPENDENT_CODE ON)
|
|
endif ()
|
|
target_include_directories(tinyxml2_objs PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}) |