Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2578246
CMakeLists.txt
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
854 B
Referenced Files
None
Subscribers
None
CMakeLists.txt
View Options
include(CTest)
set(KAZVTEST_RESPATH ${CMAKE_CURRENT_SOURCE_DIR}/resources)
configure_file(kazvtest-respath.hpp.in kazvtest-respath.hpp)
add_executable(kazvtest
testmain.cpp
basejobtest.cpp
event-test.cpp
cursorutiltest.cpp
base/serialization-test.cpp
base/types-test.cpp
client/client-test-util.cpp
client/sync-test.cpp
client/content-test.cpp
client/paginate-test.cpp
client/util-test.cpp
client/serialization-test.cpp
kazvjobtest.cpp
event-emitter-test.cpp
crypto-test.cpp
promise-test.cpp
store-test.cpp
file-desc-test.cpp
)
target_include_directories(
kazvtest
PRIVATE ${CMAKE_CURRENT_BINARY_DIR})
target_link_libraries(kazvtest
PRIVATE Catch2::Catch2
PRIVATE kazv
PRIVATE kazveventemitter
PRIVATE kazvjob
PRIVATE nlohmann_json::nlohmann_json
PRIVATE immer
PRIVATE lager
PRIVATE zug)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 24, 11:34 PM (21 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
235066
Default Alt Text
CMakeLists.txt (854 B)
Attached To
Mode
rL libkazv
Attached
Detach File
Event Timeline
Log In to Comment