NerfUS game coordinator for the Nerf gun firing range

Dependencies:   HardwareInterface mbed-rtos mbed

Fork of NerfUS by NerfUS

CMakeLists.txt

Committer:
Ismael Balafrej
Date:
2017-03-17
Branch:
PlayableGame
Revision:
17:48474266a361
Parent:
13:850be84c78dd

File content as of revision 17:48474266a361:

cmake_minimum_required(VERSION 3.5)

include("GoogleTest.cmake")
include("HardwareInterface.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)