mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-12-07 02:36:34 +01:00
initial import, >900commits predate this
This commit is contained in:
14
framework/resource_manager/test/CMakeLists.txt
Normal file
14
framework/resource_manager/test/CMakeLists.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
add_executable(resource_test
|
||||
resource_test.cpp
|
||||
)
|
||||
|
||||
target_include_directories(resource_test PRIVATE ".")
|
||||
|
||||
target_link_libraries(resource_test
|
||||
#engine
|
||||
resource_manager
|
||||
gtest_main
|
||||
)
|
||||
|
||||
add_test(NAME resource_test COMMAND resource_test)
|
||||
|
||||
Reference in New Issue
Block a user