Add icons and manifest to Windows executable
This commit is contained in:
parent
d01d98d466
commit
2205287e58
|
@ -68,6 +68,7 @@ add_executable( fc2d
|
||||||
src/error.cpp
|
src/error.cpp
|
||||||
src/eye.cpp
|
src/eye.cpp
|
||||||
src/configfile.cpp
|
src/configfile.cpp
|
||||||
|
packaging/fc2d.rc
|
||||||
)
|
)
|
||||||
target_link_libraries( fc2d ${OpenCV_LIBS} ${OPENGL_LIBRARIES} ${WEBP_LIBRARIES}
|
target_link_libraries( fc2d ${OpenCV_LIBS} ${OPENGL_LIBRARIES} ${WEBP_LIBRARIES}
|
||||||
${GLUT_LIBRARY} GLEW::glew zip Boxer fmt )
|
${GLUT_LIBRARY} GLEW::glew zip Boxer fmt )
|
||||||
|
@ -78,6 +79,7 @@ add_executable( fc2dconfig
|
||||||
src/configfile.cpp
|
src/configfile.cpp
|
||||||
src/toml.c
|
src/toml.c
|
||||||
src/tomlcpp.cpp
|
src/tomlcpp.cpp
|
||||||
|
packaging/fc2dconfig.rc
|
||||||
)
|
)
|
||||||
target_link_libraries( fc2dconfig ${wxWidgets_LIBRARIES} )
|
target_link_libraries( fc2dconfig ${wxWidgets_LIBRARIES} )
|
||||||
|
|
||||||
|
|
BIN
packaging/facecam2d-config.ico
Normal file
BIN
packaging/facecam2d-config.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.4 KiB |
BIN
packaging/facecam2d.ico
Normal file
BIN
packaging/facecam2d.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.4 KiB |
1
packaging/fc2d.rc
Normal file
1
packaging/fc2d.rc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
icon ICON "facecam2d.ico"
|
2
packaging/fc2dconfig.rc
Normal file
2
packaging/fc2dconfig.rc
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#include "wx/msw/wx.rc"
|
||||||
|
icon ICON "facecam2d-config.ico"
|
Loading…
Reference in a new issue