Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linphone-desktop
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
9
Issues
9
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
linphone-desktop
Commits
aa8afbe0
Commit
aa8afbe0
authored
Jul 27, 2018
by
Ronan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(CMakeLists.txt): move config.h.cmake in src folder
parent
4db3e00f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
1 deletion
+27
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
config.h.cmake
src/config.h.cmake
+26
-0
No files found.
CMakeLists.txt
View file @
aa8afbe0
...
...
@@ -333,7 +333,7 @@ execute_process(COMMAND ${CMAKE_COMMAND} -E copy
# ------------------------------------------------------------------------------
set
(
MSPLUGINS_DIR
"
${
CMAKE_INSTALL_LIBDIR
}
/mediastreamer/plugins"
)
configure_file
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/config.h.cmake"
"
${
CMAKE_CURRENT_BINARY_DIR
}
/config.h"
)
configure_file
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/
src/
config.h.cmake"
"
${
CMAKE_CURRENT_BINARY_DIR
}
/config.h"
)
# ------------------------------------------------------------------------------
# Build.
...
...
src/config.h.cmake
0 → 100644
View file @
aa8afbe0
/*******************************************************************************
* config.h.cmake
*
Copyright
(
C
)
2017-2018 Belledonne Communications, Grenoble France
*
********************************************************************************
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License,
or
(
at your option
)
any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*******************************************************************************/
#cmakedefine APPLICATION_NAME "${APPLICATION_NAME}"
#cmakedefine ENABLE_UPDATE_CHECK 1
#cmakedefine EXECUTABLE_NAME "${EXECUTABLE_NAME}"
#cmakedefine MSPLUGINS_DIR "${MSPLUGINS_DIR}"
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