forgot an or 😅

This commit is contained in:
Ricardo Luís Vaz Silva 2025-08-06 00:10:29 -03:00
commit 35ee1a5806

View file

@ -1193,7 +1193,7 @@ set (PCH_SOURCES
utility/nodebuilder/nodebuild_utility.cpp
)
if( ZMUSIC_SYSTEM_INSTALL )
if( ZMUSIC_SYSTEM_INSTALL OR BUILD_SHARED_LIBS)
set ( PCH_SOURCES ${PCH_SOURCES} common/utility/i_module.cpp )
endif()