mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-10-04 22:02:20 +08:00
5 lines
No EOL
229 B
CMake
5 lines
No EOL
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}) |