NerfUS game coordinator for the Nerf gun firing range

Dependencies:   HardwareInterface mbed-rtos mbed

Fork of NerfUS by NerfUS

CMakeLists.txt

Committer:
Maxime Dupuis
Date:
2017-02-09
Revision:
8:0498fa4f5c1f
Parent:
4:8b9f91de6cf1
Child:
12:55930acb6c96

File content as of revision 8:0498fa4f5c1f:

cmake_minimum_required(VERSION 3.5)

include("GoogleTest.cmake")

include_directories(include)

file(GLOB SOURCES "source/*.cpp")
file(GLOB TEST_SOURCES "TESTS/*.cpp")

add_executable(run_unit_tests ${SOURCES} ${TEST_SOURCES})
target_link_libraries(run_unit_tests gmock_main)