Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RunCMake
/
FASTBuild
/
UnityGroup.cmake
blob: 5e5c43c9f999edf548717c6c226efd978494d73d [
file
] [
log
] [
blame
] [
edit
]
set
(
CMAKE_UNITY_BUILD ON
)
add_executable
(
main main
.
cpp some_source_file_1
.
cpp some_source_file_2
.
cpp
)
set_source_files_properties
(
some_source_file_1
.
cpp
some_source_file_2
.
cpp
TARGET_DIRECTORY
main
PROPERTIES
UNITY_GROUP
"TestGroup"
)