mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-20 19:56:37 +02:00
initial import, >900commits predate this
This commit is contained in:
14
framework/filesystem/test/CMakeLists.txt
Normal file
14
framework/filesystem/test/CMakeLists.txt
Normal file
@ -0,0 +1,14 @@
|
||||
add_executable(filesystem_service_test
|
||||
filesystem_tests.cpp
|
||||
res/test.zip.h
|
||||
)
|
||||
|
||||
target_include_directories(filesystem_service_test PRIVATE ".")
|
||||
|
||||
target_link_libraries(filesystem_service_test
|
||||
filesystem_service
|
||||
gtest_main
|
||||
)
|
||||
|
||||
add_test(NAME filesystem_service_test COMMAND filesystem_service_test)
|
||||
|
Reference in New Issue
Block a user