File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
OMNotebook/OMNotebook/OMNotebookGUI
OMShell/OMShell/OMShellGUI Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ set(OMNOTEBOOKLIB_HEADERS application.h
8888 indent.h)
8989
9090
91- add_executable (OMNotebook ${OMNOTEBOOKLIB_SOURCES} ${OMNOTEBOOKLIB_HEADERS} )
91+ add_executable (OMNotebook ${OMNOTEBOOKLIB_SOURCES} ${OMNOTEBOOKLIB_HEADERS} rc_omnotebook.rc )
9292target_compile_definitions (OMNotebook PRIVATE OMNOTEBOOKLIB_MOC_INCLUDE)
9393
9494target_include_directories (OMNotebook PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} )
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ target_link_libraries(OMPlotLib PUBLIC omc::simrt::runtime)
4040target_link_options (OMPlotLib PRIVATE -Wl,--no -undefined)
4141
4242
43- add_executable (OMPlot main.cpp)
43+ add_executable (OMPlot main.cpp rc_omplot.rc )
4444target_link_libraries (OMPlot PRIVATE OMPlotLib)
4545
4646install (TARGETS OMPlotLib)
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ target_link_libraries(OMShellLib PUBLIC OpenModelicaCompiler)
2222target_link_options (OMShellLib PRIVATE -Wl,--no -undefined)
2323
2424
25- add_executable (OMShell main.cpp)
25+ add_executable (OMShell main.cpp rc_omshell.rc )
2626target_link_libraries (OMShell PRIVATE OMShellLib)
2727
2828install (TARGETS OMShellLib)
You can’t perform that action at this time.
0 commit comments