Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
stitchEm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Franco (nextime) Lanza
stitchEm
Commits
17677418
Commit
17677418
authored
4 years ago
by
Jeremy Tellaa
Committed by
jeremad
4 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(win): fix build in case of not delay loading
parent
71514b36
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
CMakeLists.txt
CMakeLists.txt
+2
-0
No files found.
CMakeLists.txt
View file @
17677418
...
...
@@ -465,6 +465,8 @@ function(link_target_to_libvideostitch TARGET_NAME)
set
(
new_link_flags
"
${
existing_link_flags
}
${
new_link_flags
}
"
)
endif
()
set_target_properties
(
${
TARGET_NAME
}
PROPERTIES LINK_FLAGS
${
new_link_flags
}
)
else
()
target_link_libraries
(
${
TARGET_NAME
}
PUBLIC
${
VS_LIB_DEFAULT
}
)
endif
()
elseif
(
APPLE
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment