File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1- cmake-build- * /
21rist /
3- cppRISTWrapper.cbp
4- cppRISTWrapper
5- cppRISTWrapper.exe
62libristnet.a
7- libristnet.lib
8- project_rist-prefix /
3+ project_rist-prefix /
4+ CMakeCache.txt
5+ CMakeFiles /
6+ Makefile
7+ cmake_install.cmake
8+ compile_commands.json
9+ rist_cpp
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.10)
22project (rist-cpp)
33set (CMAKE_C_STANDARD 99)
44set (CMAKE_CXX_STANDARD 17)
5+ set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
56
67#If no build type is set then force Release
78IF ( NOT CMAKE_BUILD_TYPE )
@@ -19,7 +20,7 @@ include(ExternalProject)
1920ExternalProject_Add(project_rist
2021 CONFIGURE_COMMAND ""
2122 GIT_REPOSITORY https://code.videolan.org/rist/librist.git
22- GIT_TAG 6c8ec93ce80d6e3114b443ad147d698e837ced87
23+ GIT_TAG v0.2.0
2324 SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR} /rist
2425 BINARY_DIR ${CMAKE_CURRENT_SOURCE_DIR} /rist
2526 BUILD_COMMAND mkdir -p ${CMAKE_CURRENT_SOURCE_DIR} /rist/build && cd ${CMAKE_CURRENT_SOURCE_DIR} /rist/build && meson .. --default-library=static && ninja
You can’t perform that action at this time.
0 commit comments