Some checks failed
Bigfoot / Clang Format Checks (push) Failing after 9s
Bigfoot / Build & Test RelWithDebInfo (Unity Build: OFF) (push) Failing after 16m30s
Bigfoot / Build & Test Debug (Unity Build: ON) (push) Failing after 3h0m50s
Bigfoot / Build & Test Debug (Unity Build: OFF) (push) Failing after 3h1m54s
Bigfoot / Build & Test RelWithDebInfo (Unity Build: ON) (push) Failing after 14m59s
Bigfoot / Build & Test Release (Unity Build: OFF) (push) Failing after 8m41s
Bigfoot / Build & Test Release (Unity Build: ON) (push) Failing after 7m26s
13 lines
276 B
CMake
13 lines
276 B
CMake
get_filename_component(PackageName ${CMAKE_CURRENT_SOURCE_DIR} NAME)
|
|
project(${PackageName}Tests)
|
|
|
|
set(BigfootDependencies
|
|
Engine
|
|
System
|
|
Utils)
|
|
|
|
bigfoot_create_bigfile("Tests/Bigfoot")
|
|
|
|
bigfoot_create_package_tests(
|
|
""
|
|
"${BigfootDependencies}") |