Skip to content

Commit

Permalink
Fixes by cmake-format
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Jan 4, 2024
1 parent ea32a70 commit f0b7c3f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Fwk/AppFwk/cafTests/cafTestApplication/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,23 +65,23 @@ if(CEE_USE_QT6)
${PROJECT_FILES}
${MOC_SOURCE_FILES}
${QRC_FILES_CPP}
$<TARGET_OBJECTS:cafCommandFeatures> # Needed for cmake version < 3.12. Remove
# when we can use target_link_libraries
# with OBJECT libraries
)
$<TARGET_OBJECTS:cafCommandFeatures> # Needed for cmake version < 3.12.
# Remove
# when we can use target_link_libraries with OBJECT libraries
)
else()
add_executable(
${PROJECT_NAME}
${PROJECT_FILES}
${MOC_SOURCE_FILES}
${QRC_FILES_CPP}
$<TARGET_OBJECTS:cafCommandFeatures> # Needed for cmake version < 3.12. Remove
# when we can use target_link_libraries
# with OBJECT libraries
)
$<TARGET_OBJECTS:cafCommandFeatures> # Needed for cmake version < 3.12.
# Remove when we can use
# target_link_libraries with OBJECT
# libraries
)
endif(CEE_USE_QT6)


set(TAP_LINK_LIBRARIES cafUserInterface)

if(USE_COMMAND_FRAMEWORK)
Expand All @@ -100,7 +100,7 @@ endif()

target_link_libraries(
${PROJECT_NAME} PRIVATE ${TAP_LINK_LIBRARIES} ${QT_LIBRARIES}
${EXTERNAL_LINK_LIBRARIES}
${EXTERNAL_LINK_LIBRARIES}
)

source_group("" FILES ${PROJECT_FILES})
Expand Down

0 comments on commit f0b7c3f

Please sign in to comment.