acl-plugin: fix the node multiarch function selection
[vpp.git] / src / plugins / acl / CMakeLists.txt
index 2040522..803c8f9 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-add_vpp_plugin(acl_plugin
-  acl.api
+add_vpp_plugin(acl
+  SOURCES
   acl.c
   hash_lookup.c
   lookup_context.c
   sess_mgmt_node.c
   dataplane_node.c
+
+  MULTIARCH_SOURCES
+  dataplane_node.c
+
+  API_FILES
+  acl.api
+
+  API_TEST_SOURCES
+  acl_test.c
+
+  INSTALL_HEADERS
+  acl_all_api_h.h
+  acl_msg_enum.h
+  manual_fns.h
 )