forgot an or 😅
This commit is contained in:
parent
01e3ff0709
commit
35ee1a5806
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue