Missing line for FGCom icon
This commit is contained in:
parent
d56452e439
commit
4b2fcaa685
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Project fgcom, type Console Application
|
||||
set(name fgcom)
|
||||
set( ${name}_SOURCES fgcom.cxx fgcom_init.cxx position.cxx utils.cxx )
|
||||
set( ${name}_SOURCES fgcom.cxx fgcom_init.cxx position.cxx utils.cxx ${RESOURCE_FILE} )
|
||||
set( ${name}_HEADERS fgcom.hxx fgcom_init.hxx position.hxx utils.hxx )
|
||||
if(WIN32)
|
||||
list(APPEND ${name}_SOURCES fgcom_getopt.c)
|
||||
|
|
Loading…
Add table
Reference in a new issue