File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ if (APPLE)
158158 )
159159else ()
160160 add_executable (SerialPrograms WIN32 ${EXECUTABLE_SOURCES} )
161+ target_sources (SerialPrograms PRIVATE ../IconResource/IconResource.rc)
161162endif ()
162163
163164target_link_libraries (SerialPrograms PRIVATE SerialProgramsLib)
Original file line number Diff line number Diff line change @@ -244,7 +244,6 @@ file(GLOB LIBRARY_SOURCES
244244 ../Common/SerialPABotBase/SerialPABotBase_Messages_NS2_WiredController.h
245245 ../Common/SerialPABotBase/SerialPABotBase_Protocol.h
246246 ../Common/SerialPABotBase/SerialPABotBase_Protocol_IDs.h
247- ../IconResource/IconResource.rc
248247 Source /CommonFramework/AudioPipeline/AudioConstants.h
249248 Source /CommonFramework/AudioPipeline/AudioFeed.h
250249 Source /CommonFramework/AudioPipeline/AudioInfo.cpp
You can’t perform that action at this time.
0 commit comments