mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix PCB for gcc
This commit is contained in:
parent
7a94a61cfb
commit
42ed78cf69
@ -749,9 +749,17 @@ add_library( common STATIC
|
||||
${COMMON_SRCS}
|
||||
)
|
||||
|
||||
target_precompile_headers( common
|
||||
target_precompile_headers( kicommon
|
||||
PRIVATE
|
||||
$<TARGET_PROPERTY:kicommon,PRECOMPILE_HEADERS>
|
||||
<kicommon.h>
|
||||
<algorithm>
|
||||
<map>
|
||||
<memory>
|
||||
<optional>
|
||||
<set>
|
||||
<string>
|
||||
<vector>
|
||||
<wx/wx.h>
|
||||
)
|
||||
|
||||
add_dependencies( common version_header )
|
||||
|
Loading…
x
Reference in New Issue
Block a user