mirror of https://github.com/OpenMW/openmw.git
Merge branch 'windows_build' into 'master'
Add option to disable precompiled headers See merge request OpenMW/openmw!3933fix-osga-rotate-wildly
commit
6f9ceff3f3
@ -1,6 +1,6 @@
|
|||||||
add_library(Base64 INTERFACE)
|
add_library(Base64 INTERFACE)
|
||||||
target_include_directories(Base64 INTERFACE .)
|
target_include_directories(Base64 INTERFACE .)
|
||||||
|
|
||||||
if (MSVC)
|
if (MSVC AND PRECOMPILE_HEADERS_WITH_MSVC)
|
||||||
target_precompile_headers(Base64 INTERFACE <string>)
|
target_precompile_headers(Base64 INTERFACE <string>)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue