Closed ivotron closed 4 years ago
add an add_subdirectory(src/query) instruction to the root CMakeLists.txt so that the src/query/CMakeLists.txt gets picked up by the build. It likely won't work so it needs to be modified so that tests work fine.
add_subdirectory(src/query)
CMakeLists.txt
src/query/CMakeLists.txt
add an
add_subdirectory(src/query)
instruction to the rootCMakeLists.txt
so that thesrc/query/CMakeLists.txt
gets picked up by the build. It likely won't work so it needs to be modified so that tests work fine.