Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Ogg
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
Ogg
Commits
c5a911f0
Commit
c5a911f0
authored
Jun 18, 2015
by
Ralph Giles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove trailing whitespace.
parent
2c583d5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+2
-2
No files found.
CMakeLists.txt
View file @
c5a911f0
...
...
@@ -23,7 +23,7 @@ set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_
function
(
get_version_info result current_var_name age_var_name revision_var_name
)
string
(
REGEX MATCH
"
${
current_var_name
}
=([0-9]*)"
DUMMY
${
CONFIGURE_AC_CONTENTS
}
)
set
(
VERSION_INFO_CURRENT
${
CMAKE_MATCH_1
}
)
string
(
REGEX MATCH
"
${
age_var_name
}
=([0-9]*)"
DUMMY
${
CONFIGURE_AC_CONTENTS
}
)
set
(
VERSION_INFO_AGE
${
CMAKE_MATCH_1
}
)
...
...
@@ -102,4 +102,4 @@ configure_pkg_config_file(ogg.pc.in)
install
(
FILES include/ogg/ogg.h include/ogg/os_types.h include/ogg/config_types.h DESTINATION
${
CMAKE_INSTALL_FULL_INCLUDEDIR
}
/ogg
)
install
(
TARGETS ogg RUNTIME DESTINATION
${
CMAKE_INSTALL_BINDIR
}
LIBRARY DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
ARCHIVE DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
FRAMEWORK DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
)
install
(
FILES ogg.pc DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
/pkgconfig
)
\ No newline at end of file
install
(
FILES ogg.pc DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
/pkgconfig
)
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