Add categories to custom post type

add this code below in your plugin after register post type

register_taxonomy_for_object_type( 'category', 'casestudy' );

for more read on WordPress codex here