Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CMake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mattias Ellert
CMake
Commits
e3740e02
Commit
e3740e02
authored
4 years ago
by
Kyle Edwards
Browse files
Options
Downloads
Patches
Plain Diff
Tests: Test Qt autogen target with CMP0116 set to WARN
parent
cf34011c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Tests/RunCMake/Ninja/Qt5AutoMocDeps.cmake
+1
-0
1 addition, 0 deletions
Tests/RunCMake/Ninja/Qt5AutoMocDeps.cmake
Tests/RunCMake/Ninja/QtSubDir3/CMakeLists.txt
+2
-0
2 additions, 0 deletions
Tests/RunCMake/Ninja/QtSubDir3/CMakeLists.txt
with
3 additions
and
0 deletions
Tests/RunCMake/Ninja/Qt5AutoMocDeps.cmake
+
1
−
0
View file @
e3740e02
...
...
@@ -10,3 +10,4 @@ target_link_libraries(app_with_qt PRIVATE simple_lib Qt5::Core)
add_subdirectory
(
QtSubDir1
)
add_subdirectory
(
QtSubDir2
)
add_subdirectory
(
QtSubDir3
)
This diff is collapsed.
Click to expand it.
Tests/RunCMake/Ninja/QtSubDir3/CMakeLists.txt
0 → 100644
+
2
−
0
View file @
e3740e02
add_executable
(
sub_exe_3 ../app.cpp
)
target_link_libraries
(
sub_exe_3 PRIVATE Qt5::Core
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment