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:
parent
f5339648d2
commit
337ec6d862
@ -131,3 +131,9 @@ if( APPLE )
|
||||
${SECURITY_LIBRARY}
|
||||
)
|
||||
endif()
|
||||
|
||||
if( MSVC )
|
||||
add_dependencies( kiplatform
|
||||
version_header
|
||||
)
|
||||
endif()
|
Loading…
Reference in New Issue
Block a user