Stuff a resource manifest into the kipython kiface
This commit is contained in:
parent
674fbfa889
commit
9e56c7e5c9
|
@ -0,0 +1,4 @@
|
|||
#define RC_VER_FILE_DESCRIPTION "KiCad Python Interface " KICAD_WIN32_RC_PRODVER_STR
|
||||
#define RC_VER_INTERNALNAME "_kipython"
|
||||
#define RC_VER_ORIGINALFILENAME "_kipython.dll"
|
||||
#include "kiwin32-dll.rc"
|
|
@ -47,6 +47,10 @@ target_include_directories( scripting_kiface PRIVATE
|
|||
${Boost_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
if( MSVC )
|
||||
target_sources( scripting_kiface PRIVATE ${CMAKE_SOURCE_DIR}/resources/msw/kipython-dll.rc )
|
||||
endif()
|
||||
|
||||
target_link_libraries( scripting_kiface
|
||||
scripting
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue