Loading src/client/CMakeLists.txt +4 −0 Original line number Diff line number Diff line Loading @@ -102,6 +102,10 @@ target_link_libraries( Date::TZ ) if(GKFS_ENABLE_CODE_COVERAGE) target_code_coverage(gkfs_intercept_common PUBLIC) endif() # ############################################################################## # This builds the `libgkfs_intercept.so` library: the primary GekkoFS client # based on syscall interception. Loading src/daemon/CMakeLists.txt +4 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,10 @@ target_link_libraries( Threads::Threads ) if(GKFS_ENABLE_CODE_COVERAGE) target_code_coverage(gkfs_daemon_common PUBLIC) endif() # ############################################################################## # This builds the `gkfs_daemon` executable: the primary GekkoFS daemon. # ############################################################################## Loading Loading
src/client/CMakeLists.txt +4 −0 Original line number Diff line number Diff line Loading @@ -102,6 +102,10 @@ target_link_libraries( Date::TZ ) if(GKFS_ENABLE_CODE_COVERAGE) target_code_coverage(gkfs_intercept_common PUBLIC) endif() # ############################################################################## # This builds the `libgkfs_intercept.so` library: the primary GekkoFS client # based on syscall interception. Loading
src/daemon/CMakeLists.txt +4 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,10 @@ target_link_libraries( Threads::Threads ) if(GKFS_ENABLE_CODE_COVERAGE) target_code_coverage(gkfs_daemon_common PUBLIC) endif() # ############################################################################## # This builds the `gkfs_daemon` executable: the primary GekkoFS daemon. # ############################################################################## Loading