1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-22 00:53:52 +00:00
openmw/extern/Base64/CMakeLists.txt

7 lines
198 B
Text
Raw Normal View History

2021-05-17 22:00:23 +00:00
add_library(Base64 INTERFACE)
target_include_directories(Base64 INTERFACE .)
if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.16 AND MSVC)
target_precompile_headers(Base64 INTERFACE <string>)
endif()