Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d69b28f869973fa42f8f52263308e8564ea6dd73
/
.
/
Tests
/
RunCMake
/
UnityBuild
/
unitybuild_runtest.cmake
blob: 3589cc86873b31cfe5f789a73f2a71ea29288588 [
file
]
project
(
unitybuild_runtest C
)
set
(
CMAKE_UNITY_BUILD ON
)
# This tests that the variable works in addition to the property
add_library
(
lib main
.
c func
.
c
)
add_executable
(
main main
.
c func
.
c
)
enable_testing
()
add_test
(
NAME main COMMAND main
)