mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
cmake-format: Allow dangling parenthesis
This commit is contained in:
@@ -10,12 +10,14 @@ endif()
|
||||
|
||||
# Qt
|
||||
set(MOC_HEADER_FILES cafFrameAnimationControl.h cafAnimationToolBar.h
|
||||
cafPopupMenuButton.h)
|
||||
cafPopupMenuButton.h
|
||||
)
|
||||
|
||||
find_package(
|
||||
Qt5
|
||||
COMPONENTS
|
||||
REQUIRED Core Gui Widgets)
|
||||
REQUIRED Core Gui Widgets
|
||||
)
|
||||
set(QT_LIBRARIES Qt5::Core Qt5::Gui Qt5::Widgets)
|
||||
qt5_wrap_cpp(MOC_SOURCE_FILES ${MOC_HEADER_FILES})
|
||||
|
||||
@@ -28,12 +30,14 @@ qt5_wrap_cpp(MOC_SOURCE_FILES ${MOC_HEADER_FILES})
|
||||
|
||||
set(QRC_FILES
|
||||
${QRC_FILES} ${CMAKE_CURRENT_SOURCE_DIR}/Resources/cafAnimControl.qrc
|
||||
PARENT_SCOPE)
|
||||
PARENT_SCOPE
|
||||
)
|
||||
|
||||
set(PROJECT_FILES
|
||||
cafFrameAnimationControl.h cafFrameAnimationControl.cpp
|
||||
cafAnimationToolBar.h cafAnimationToolBar.cpp cafPopupMenuButton.h
|
||||
cafPopupMenuButton.cpp)
|
||||
cafPopupMenuButton.cpp
|
||||
)
|
||||
|
||||
add_library(${PROJECT_NAME} ${PROJECT_FILES} ${MOC_SOURCE_FILES})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user