mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-11 13:30:11 +00:00
api_utils isn't supposed to depend on KICAD_IPC_API
This commit is contained in:
parent
ef8f8b837a
commit
c8f1f2e936
@ -192,6 +192,7 @@ set( KICOMMON_SRCS
|
||||
io/io_utils.cpp
|
||||
|
||||
api/serializable.cpp
|
||||
api/api_utils.cpp
|
||||
)
|
||||
|
||||
if( KICAD_IPC_API )
|
||||
@ -201,7 +202,6 @@ if( KICAD_IPC_API )
|
||||
api/api_plugin.cpp
|
||||
api/api_plugin_manager.cpp
|
||||
api/api_server.cpp
|
||||
api/api_utils.cpp
|
||||
|
||||
../scripting/python_manager.cpp
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user