1
0
spogulis no https://github.com/quitesimpleorg/qsmaddy.git synced 2024-06-09 15:10:31 +02:00
qsmaddy/libs/CMakeLists.txt
2017-12-25 12:22:35 +01:00

15 rindas
475 B
CMake

# 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)