1
0
tükörképe a: https://github.com/quitesimpleorg/qsmaddy.git synced 2025-11-29 04:14:22 +01:00

initial release 1.0.0

This commit is contained in:
M. Petra Baranski
2017-12-25 12:22:35 +01:00
commit 569794c4b6
46 fájl változott, egészen pontosan 4073 új sor hozzáadva és 0 régi sor törölve

14
libs/CMakeLists.txt Normal file
Fájl megtekintése

@@ -0,0 +1,14 @@
# This project is licensed under the MIT license. For more information see the
# LICENSE file.
cmake_minimum_required(VERSION 2.8)
set(LIBS_INCLUDE_DIRS
# -- googletest / -mock --------------------------------------------------------
${CMAKE_CURRENT_SOURCE_DIR}/gtest/googletest/include
${CMAKE_CURRENT_SOURCE_DIR}/gtest/googlemock/include
# ------------------------------------------------------------------------------
PARENT_SCOPE)
set(LIBS_SRC_FILES
PARENT_SCOPE)

1
libs/gtest Submodule

Submodule libs/gtest added at 5490beb060