Commit graph

130 commits

Author SHA1 Message Date
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
Axel Isouard
a15061d9d4
Write basic FindLibWebRTC.cmake file 2017-01-29 18:25:47 +01:00
Axel Isouard
fdbbed3bb2
Add Apache 2.0 License 2017-01-29 15:30:53 +01:00
Axel Isouard
9685d1e09e
Prefix include dir with libwebrtc, install libwebrtc.h header file 2017-01-29 13:01:04 +01:00
Axel Isouard
548218994d
Write the prefix file once 2017-01-29 12:59:37 +01:00
Axel Isouard
67d2b0bd4e
Generate libwebrtc.h file, move version definitions inside a CMake module 2017-01-29 10:59:31 +01:00
Axel Isouard
173d9150eb
README: Add OS X prerequisites 2017-01-29 09:32:30 +01:00
Axel Isouard
abb19d5e3b
Add LICENSE file, mention it inside the README.md file 2017-01-28 22:55:09 +01:00
Axel Isouard
a5ee207afe
CMake: Write the correct architecture on the package filename 2017-01-28 17:00:29 +01:00
Axel Isouard
76ea35fdb6
CMake: Define -m32 flag for x86 build under Unix, fixes #8 2017-01-28 16:58:06 +01:00
Axel Isouard
e8c3adeb38
README: Confirm that x86 arch is supported under Linux 2017-01-28 16:51:16 +01:00
Axel Isouard
867ae4f1f4
CMake: Fix depot_tools path for Windows 2017-01-28 16:46:39 +01:00
Axel Isouard
a1d1f3bf15
Add AUTHORS file 2017-01-28 16:41:14 +01:00
Axel Isouard
2e5888e284
Git: Move depot_tools to the root path 2017-01-28 16:34:55 +01:00
Axel Isouard
6f80b4ce13
README: Getting Started, Basic and Advanced Usage, Contributing 2017-01-28 16:34:20 +01:00
Axel Isouard
5bfddcb3d5
Change depot_tools path 2017-01-28 16:33:19 +01:00
Axel Isouard
4b91b1ffc7
Retrieve Android dependencies 2017-01-28 16:32:55 +01:00
Axel Isouard
4107165208
Put the NINJA_ARGS back 2017-01-28 16:32:09 +01:00
Axel Isouard
93c874c445
Git: Move Dependencies/depot_tools depot_tools 2017-01-28 14:18:33 +01:00
Axel Isouard
f0d2c97881
CMake: Remove VERBATIM flag, fix gn gen arguments 2017-01-28 12:56:19 +01:00
Axel Isouard
9392f069e4
Major refactoring 2017-01-28 11:32:47 +01:00
Axel Isouard
91e9726542
Move Prefix and Platform checks, begin Android support 2017-01-27 22:38:29 +01:00
Axel Isouard
7bf5bc518a
Add TARGET_OS and TARGET_CPU variables 2017-01-27 22:38:22 +01:00