Hey there! I have a question about the build syst...
# general
a
Hey there! I have a question about the build systems in regards to external stuff (osquery extensions). I have my own CMakeLists.txt in the extension subdirectory which creates a unit test executable at the end with add_executable (allow with calling the other functions macros target_link_libraries, SET_OSQUERY_COMPILE, ADD_DEFAULT_LINKS, much like the way the other osquery tests are added. However, for some reason, that unit test executable is never built, but there are no errors and the externals *.ext binary builds fine. Sorry if this is a stupid question, I'm still a very novice cmake user ATM.