feat(solver-bootstrap): step 3 — core-ids-and-diagnostics
This commit is contained in:
@@ -36,3 +36,24 @@ set_property(
|
||||
PROPERTY ENVIRONMENT_MODIFICATION
|
||||
${FESA_DEPENDENCY_RUNTIME_MODIFICATIONS}
|
||||
)
|
||||
|
||||
add_executable(fesa_core_value_tests
|
||||
unit/core/diagnostic_test.cpp
|
||||
unit/core/entity_id_test.cpp
|
||||
unit/core/status_test.cpp
|
||||
unit/core/vec3_test.cpp
|
||||
)
|
||||
|
||||
target_compile_features(fesa_core_value_tests PRIVATE cxx_std_20)
|
||||
target_compile_options(fesa_core_value_tests PRIVATE /W4 /permissive- /EHsc)
|
||||
|
||||
target_link_libraries(fesa_core_value_tests
|
||||
PRIVATE
|
||||
fesa_core
|
||||
GTest::gtest_main
|
||||
)
|
||||
|
||||
add_test(
|
||||
NAME CoreValueTypes
|
||||
COMMAND "$<TARGET_FILE:fesa_core_value_tests>"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user