You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw/extern/Base64/CMakeLists.txt

7 lines
186 B
CMake

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