mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-20 11:46:36 +02:00
add a scalar range helper class
This commit is contained in:
15
framework/std_utils/test/CMakeLists.txt
Normal file
15
framework/std_utils/test/CMakeLists.txt
Normal file
@ -0,0 +1,15 @@
|
||||
add_executable(std_utils_test
|
||||
scalar_range2_test.cpp
|
||||
)
|
||||
|
||||
target_include_directories(std_utils_test PRIVATE ".")
|
||||
|
||||
target_link_libraries(std_utils_test
|
||||
gtest_main
|
||||
gmock
|
||||
|
||||
std_utils
|
||||
)
|
||||
|
||||
add_test(NAME std_utils_test COMMAND std_utils_test)
|
||||
|
Reference in New Issue
Block a user