light/modules/pch/CMakeLists.txt
light7734 fc23cfc600
Some checks reported errors
continuous-integration/drone/push Build encountered an error
wip
2025-05-26 12:04:31 +03:30

2 lines
132 B
CMake

add_library_module(universal_pch)
target_precompile_headers(universal_pch INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/public/pch/pch.hpp)