light/modules/universal_pch/CMakeLists.txt

3 lines
125 B
Text
Raw Normal View History

2025-05-19 21:03:13 +03:30
add_library_module(universal_pch)
target_precompile_headers(universal_pch INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/src/pch.hpp)