1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-19 21:23:54 +00:00
openmw/extern/Base64/CMakeLists.txt
2023-07-20 00:43:56 +01:00

6 lines
153 B
CMake

add_library(Base64 INTERFACE)
target_include_directories(Base64 INTERFACE .)
if (MSVC)
target_precompile_headers(Base64 INTERFACE <string>)
endif()