Skip to content

Commit

Permalink
fix bug in CMakeList.txt template
Browse files Browse the repository at this point in the history
  • Loading branch information
alfiTH committed Oct 21, 2024
1 parent a318995 commit 2826e9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ add_definitions(-fmax-errors=1 -fno-char8_t)
# Specify construction and link process
ADD_EXECUTABLE( ${component_name} $${SOURCES} $${MOC_SOURCES} $${RC_SOURCES} $${UI_HEADERS} )
TARGET_LINK_LIBRARIES( ${component_name} $${LIBS} $${STATIC_LIBS} $${SPECIFIC_LIBS} $${QT_LIBRARIES} $${Ice_LIBRARIES} )
SET_TARGET_PROPERTIES(test
SET_TARGET_PROPERTIES(${component_name}
PROPERTIES
CXX_STANDARD $${CXX_STANDARD}
CXX_STANDARD_REQUIRED ON
Expand Down

0 comments on commit 2826e9d

Please sign in to comment.