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
5d28c74b
Commit
5d28c74b
authored
Apr 11, 2020
by
Jeremy Tellaa
Committed by
jeremad
Apr 19, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix glog linking
parent
299f4a47
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
sign.bat
apps/installer/sign.bat
+0
-1
CMakeLists.txt
apps/src/videostitch-live-gui/CMakeLists.txt
+1
-2
No files found.
apps/installer/sign.bat
deleted
100755 → 0
View file @
299f4a47
signtool sign /v /t http://timestamp.digicert.com /f ../../../../certificate.pfx /p x87h7P20Pc /d "VideoStitch" %1
apps/src/videostitch-live-gui/CMakeLists.txt
View file @
5d28c74b
...
...
@@ -371,7 +371,6 @@ if(ENABLE_YOUTUBE_OUTPUT)
find_debug_and_optimized_library
(
GGJSON
"googleapis/debug"
"googleapis_json"
"googleapis/release"
"googleapis_json"
)
find_debug_and_optimized_library
(
GGJSONPB
"googleapis/debug"
"googleapis_jsonplayback"
"googleapis/release"
"googleapis_jsonplayback"
)
find_debug_and_optimized_library
(
GGSCRIBES
"googleapis/debug"
"googleapis_scribes"
"googleapis/release"
"googleapis_scribes"
)
find_library
(
GLOG NAMES
"libglog"
PATHS
"
${
CMAKE_EXTERNAL_LIB
}
/glog"
)
find_library
(
CURL NAMES
"libcurl"
PATHS
"
${
CMAKE_EXTERNAL_LIB
}
/curl"
)
endif
(
WINDOWS
)
...
...
@@ -453,7 +452,7 @@ endif()
if
(
WINDOWS
)
if
(
ENABLE_YOUTUBE_OUTPUT
)
target_include_directories
(
${
VS_VAHANA_BIN
}
PRIVATE
"
${
CMAKE_EXTERNAL_DEPS
}
/include/youtubeapi"
)
target_link_libraries
(
${
VS_VAHANA_BIN
}
PRIVATE
${
GGJSON
}
${
GGJSONPB
}
${
GGSCRIBES
}
${
GLOG
}
${
CURL
}
${
JSON
}
)
target_link_libraries
(
${
VS_VAHANA_BIN
}
PRIVATE
${
GGJSON
}
${
GGJSONPB
}
${
GGSCRIBES
}
${
CURL
}
${
JSON
}
)
endif
()
target_link_libraries
(
${
VS_VAHANA_BIN
}
PRIVATE
${
OVR
}
${
OPENVR
}
)
endif
(
WINDOWS
)
...
...
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