File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828endif ()
2929
3030# Define target
31- add_executable (omodsim
32- ansiutils.h
33- ansimenu.cpp ansimenu.h )
31+ add_executable (omodsim )
3432
3533# Define compile definitions
3634add_compile_definitions (APP_NAME= "${PRODUCT_NAME} " )
@@ -48,6 +46,7 @@ target_include_directories(omodsim PRIVATE
4846
4947# Source files
5048set (SOURCES
49+ ansimenu.cpp
5150 cmdlineparser.cpp
5251 controls/addressbasecombobox.cpp
5352 controls/booleancombobox.cpp
@@ -112,6 +111,8 @@ set(SOURCES
112111
113112# Header files
114113set (HEADERS
114+ ansimenu.h
115+ ansiutils.h
115116 byteorderutils.h
116117 cmdlineparser.h
117118 connectiondetails.h
@@ -262,7 +263,7 @@ if(Qt6_FOUND)
262263 qt_add_lupdate (omodsim
263264 TS_FILES ${TS_FILES}
264265 SOURCES ${SOURCES} ${HEADERS} ${UI_FILES}
265- OUTPUT_DIR translations
266+ OUTPUT_DIR ${CMAKE_CURRENT_SOURCE_DIR} / translations
266267 )
267268 target_link_libraries (omodsim PRIVATE Qt::Core5Compat )
268269else ()
You can’t perform that action at this time.
0 commit comments