7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-20 00:21:31 +00:00

Add a version_header depend, not ideal

This commit is contained in:
Marek Roszko 2025-01-15 21:26:55 -05:00
parent f5339648d2
commit 337ec6d862

View File

@ -131,3 +131,9 @@ if( APPLE )
${SECURITY_LIBRARY}
)
endif()
if( MSVC )
add_dependencies( kiplatform
version_header
)
endif()