1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-04 02:41:19 +00:00
OpenMW/extern/Base64/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
186 B
CMake
Raw Normal View History

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