Commit graph

202 commits

Author SHA1 Message Date
Axel Isouard
d1992ce19f
Include Package CMake module in the end of the main CMake file 2017-02-12 09:49:35 +01:00
Axel Isouard
28034f95c8
Remove Jake 2017-02-12 09:48:41 +01:00
Axel Isouard
25345ad1a7
Move the package definitions from Install.cmake to Package.cmake 2017-02-12 09:25:19 +01:00
Axel Isouard
34afab9454 Use depot_tools' Python executable under Windows 2017-02-12 00:20:39 -08:00
Axel Isouard
1f20b932cf
README.md: Tell the user to run CMake 2017-02-09 21:14:17 +01:00
Axel Isouard
2d2ddde88d
Enhance pkg-config generation, state it inside README.md 2017-02-09 21:13:36 +01:00
Axel Isouard
702153c428
Move CMake template files inside a dedicated folder 2017-02-06 22:17:01 +01:00
Axel Isouard
6203fac5b2
Fix BUILD_TESTS option usage 2017-02-06 22:08:33 +01:00
Axel Isouard
5281a34c37
Enable BUILD_TESTS flag, check if we want to build a static library 2017-02-06 20:31:50 +01:00
Axel Isouard
11819b2917
README.md: Rewrite compatibility table, fix CMake version, add BUILD_SHARED_LIB option 2017-02-06 20:14:35 +01:00
Axel Isouard
dfaeab6dfa
Rewrite OS detection code properly 2017-02-06 20:10:33 +01:00
Axel Isouard
9743793fdb
Let the developer specify their own path to pkg-config files 2017-02-06 20:02:57 +01:00
Axel Isouard
c8042df583
Enable threading libraries inside the CMake Use file 2017-02-06 20:01:33 +01:00
Axel Isouard
7e7fa0d7d4
Add extra required libraries for Windows, prepend the list with webrtc 2017-02-06 19:32:18 +01:00
Axel Isouard
b334e9098a
Move target OS and CPU detection code to a separate CMake module 2017-02-06 19:22:15 +01:00
Axel Isouard
282570038c
Move options code to a separate CMake module 2017-02-06 19:13:57 +01:00
Axel Isouard
5337697608
Move version settings code to a separate CMake module 2017-02-06 19:12:00 +01:00
Axel Isouard
82cedb40a9
Move libraries finding code to a separate CMake module 2017-02-06 19:08:52 +01:00
Axel Isouard
6d5a20ee0a
Remove old CMake modules 2017-02-06 19:04:54 +01:00
Axel Isouard
c5c86b729b
Set the minimum CMake version to 3.3, closes #16 2017-02-05 19:17:38 +01:00
Axel Isouard
e994c40b0d
README.md: State x86 support under Windows 2017-02-05 18:35:42 +01:00
Axel Isouard
1b11dcc9c3
Generate and install pkg-config file, closes #3 2017-02-05 18:29:26 +01:00
Axel Isouard
f381807566 Write a better host CPU arch detection 2017-02-05 09:07:10 -08:00
Axel Isouard
a702d36f56 Merge pull request #21 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2017-02-05 07:21:51 -08:00
Axel Isouard
fc4badad3d
is_debug value depends of the CMAKE_BUILD_TYPE variable 2017-02-05 16:01:59 +01:00
Axel Isouard
9bf16c0940
README.md: Remove BUILD_SAMPLES, update Usage, compiling instructions, mention generated CMake scripts 2017-02-05 06:37:10 -08:00
Axel Isouard
ea0b0de53b
Add GClientConfig cmake module 2017-02-05 06:34:33 -08:00
Axel Isouard
c3285ca001
Create uninstall target 2017-02-05 06:34:05 -08:00
Axel Isouard
e2877a8598
Generate Prefix file at LibWebRTCCommand module inclusion 2017-02-05 06:33:48 -08:00
Axel Isouard
c314b374df
Don't generate a libwebrtc.h file anymore, export CMake targets 2017-02-05 06:33:19 -08:00
Axel Isouard
92307e4367
Simpler variable names, get CMake's object extension, include .o files under Windows 2017-02-05 06:32:38 -08:00
Axel Isouard
f634b8ec10
Flags and module path definition not needed anymore 2017-02-05 06:30:13 -08:00
Axel Isouard
7c4895a6fd
Define BUILD_SHARED_LIBS flag, which will define LIBRARY_TYPE variable 2017-02-05 06:28:20 -08:00
Axel Isouard
fc819a24b6
Build root not needed anymore, just define webrtc as the library's name, export the package 2017-02-05 06:27:08 -08:00
Axel Isouard
5ccda05d8c
Set better install paths for lib, include and cmake components 2017-02-05 06:26:26 -08:00
Axel Isouard
95384c655e
Move Targets/WebRTC/CMakeLists.txt to Targets/CMakeLists.txt 2017-02-05 06:25:55 -08:00
Axel Isouard
62f3b7d5a1
Move the package and install scripts into the Install module 2017-02-05 06:25:13 -08:00
Axel Isouard
59375cab38
Do not build the samples since they are not included anymore 2017-02-05 06:20:50 -08:00
Axel Isouard
2617dd15d7
Use CMake 3.0 for now, refactor the header 2017-02-05 06:16:50 -08:00
Axel Isouard
bb1b53a49e
Force 2.7 version for Python, look for it inside the detected depot_tools path 2017-02-05 06:15:21 -08:00
Axel Isouard
29b4333904
Enhance FindDepotTools.cmake, include it before looking for Python 2017-02-05 06:14:42 -08:00
Axel Isouard
704267abcb
Set the project's version and targets inside the main CMakeLists.txt file 2017-02-05 06:13:21 -08:00
Axel Isouard
0607a2bd6f
Lower required CMake version for libwebrtc 2017-02-05 06:04:25 -08:00
Axel Isouard
f57ddc50c0
Update package.json, remove useless parameters 2017-02-05 06:02:56 -08:00
Axel Isouard
0bfeb679e9
Set default configurations, only keep Debug and Release for the moment 2017-02-05 06:00:52 -08:00
Axel Isouard
a179540e7e
Create Config, ConfigVersion and Use CMake files
Signed-off-by: Axel Isouard <axel@isouard.fr>
2017-02-05 06:00:08 -08:00
Axel Isouard
aa4bca5f44
Ignore cmake-build-debug caused by CLion 2017-02-05 05:57:28 -08:00
Axel Isouard
598a7f2c15 Update README.md 2017-02-05 14:36:12 +01:00
The Gitter Badger
aaa4bf41c5 Add Gitter badge 2017-02-05 13:33:43 +00:00
Axel Isouard
a21997f2ef
README: Add instructions for using the FindLibWebRTC.cmake module 2017-01-29 18:26:04 +01:00