Unverified Commit add97caa authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

Merge pull request #3157 from kermitbu/master

use cmake compile the unittest
parents 7e6792ca ba3bc380
......@@ -23,6 +23,7 @@ if(WIN32)
endif()
include_directories("${CMAKE_SOURCE_DIR}/include" "${CMAKE_SOURCE_DIR}/src" "${CMAKE_BINARY_DIR}")
include_directories("${CMAKE_SOURCE_DIR}/external/unity")
foreach(test ${unittests})
# target_sources not supported before CMake 3.1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment