Commit graph

39 commits

Author SHA1 Message Date
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
c5c86b729b
Set the minimum CMake version to 3.3, closes #16 2017-02-05 19:17:38 +01:00
Axel Isouard
f381807566 Write a better host CPU arch detection 2017-02-05 09:07:10 -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
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
0bfeb679e9
Set default configurations, only keep Debug and Release for the moment 2017-02-05 06:00:52 -08: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
867ae4f1f4
CMake: Fix depot_tools path for Windows 2017-01-28 16:46:39 +01:00
Axel Isouard
7bf5bc518a
Add TARGET_OS and TARGET_CPU variables 2017-01-27 22:38:22 +01:00
Axel Isouard
e6b7fba630
Enable the CMP0057 policy for IN_LIST command 2017-01-27 22:38:17 +01:00
Axel Isouard
99e0c927d6
CMake: Update WebRTC revision to ae25512, remove Chromium dependencies 2017-01-24 21:12:55 +01:00
Axel Isouard
adb56b350c
Update libwebrtc-chromium-deps url and hash, set the hash in main file 2016-12-11 09:23:21 +01:00
Axel Isouard
5f06dc9546 WebRTC: Monthly bump, revision 71b9b58a3a3ac651e5a5c5d095411620bb425659 2016-11-29 20:41:57 +01:00
Axel Isouard
c92b3d7f0b
CMake: Add the NINJA_ARGS config variable, set -j 4 in Travis, 2 in AppVeyor 2016-11-28 18:47:27 +01:00
Axel Isouard
0475eca88d
Chromium: Bump to the latest revision for OSX build 2016-11-27 18:01:38 +01:00
Axel Isouard
c38445b4aa
CMake: Better steps 2016-11-26 16:10:13 +01:00
Axel Isouard
d230f08a2c
CMake: Force version 3.5 2016-11-26 12:42:26 +01:00
Axel Isouard
3bca34b165
Win32: Add Win32Console.cpp, temporary fix for merge script
Signed-off-by: Axel Isouard <axel@isouard.fr>
2016-11-01 10:58:38 +01:00
Axel Isouard
edf4abdcf0 CMake: Fix indentation + Windows specific commands 2016-10-09 08:42:36 +02:00
Axel Isouard
2c762585d1 Update package checksum, publish to npm 2016-10-08 16:01:13 +02:00
Axel Isouard
378088aa75 Bump to version 0.0.1-rc.3 2016-10-08 13:51:05 +02:00
Axel Isouard
aaa4bbc155 Bump to version 0.0.1-rc.2 2016-10-08 13:00:38 +02:00
Axel Isouard
23c8c07772 CMake: Fix variables to match with Node package naming 2016-10-08 12:21:30 +02:00
Axel Isouard
368b57662e CMake: Fix typos, use 2.8 version 2016-10-05 23:35:12 +02:00
Axel Isouard
8e9f2c5eee Checkout WebRTC on a specific revision 2016-09-30 22:36:49 +02:00
Axel Isouard
1f0c5d681d Fix CMake variables, add targets for the latest WebRTC revision 2016-09-29 23:04:58 +02:00
Axel Isouard
6a6f80d5e9 Add Samples subdirectory, with a very basic sample program 2016-09-25 19:24:44 +02:00
Axel Isouard
d2b245e7a2 Indent fix 2016-09-25 19:23:57 +02:00
Axel Isouard
5590dfbadc Define and use macros, set install directory paths 2016-09-24 13:52:24 +02:00
Axel Isouard
5ec1c72cf9 Define the library's version correctly 2016-09-24 13:50:40 +02:00
Axel Isouard
fbca31f896 Fetch and compile cmake targets 2016-09-23 19:33:28 +02:00