cmake - remove trailing spaces

This commit is contained in:
Andrej730
2025-08-12 12:49:20 +05:00
parent 34e699687d
commit 3423e6b13d
4 changed files with 22 additions and 22 deletions
+5 -5
View File
@@ -86,14 +86,14 @@ target_link_libraries(${targetName}
${IFCOPENSHELL_LIBRARIES}
${OPENCASCADE_LIBRARIES}
${OPENSCENEGRAPH_LIBRARIES}
Qt${QT_VERSION}::Core
Qt${QT_VERSION}::Gui
Qt${QT_VERSION}::OpenGL
Qt${QT_VERSION}::OpenGLWidgets
Qt${QT_VERSION}::Core
Qt${QT_VERSION}::Gui
Qt${QT_VERSION}::OpenGL
Qt${QT_VERSION}::OpenGLWidgets
Qt${QT_VERSION}::Widgets
)
target_include_directories(${targetName} PUBLIC
target_include_directories(${targetName} PUBLIC
${QT_DIR}/include
${OPENSCENEGRAPH_INCLUDE_DIRS}
)