Skip to content

Commit

Permalink
Merge branch 'master' into jwi-extenduniontest
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillemsen committed May 17, 2022
2 parents 82ecf07 + 57e8f51 commit 1bfaf48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/union/test.mpc
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// -*- MPC -*-

project(*union_gen_Idl): ridl_ostream_defaults {
project(*union_gen_Idl): ridl_ostream_defaults, taox11_anytypecode {
IDL_Files {
test.idl
}
custom_only = 1
}

project(*union_gen_Server): taox11_server {
project(*union_gen_Server): taox11_server, taox11_anytypecode {
after += *union_gen_Idl
Source_Files {
foo.cpp
Expand All @@ -19,7 +19,7 @@ project(*union_gen_Server): taox11_server {
}
}

project(*union_gen_Client): taox11_client {
project(*union_gen_Client): taox11_client, taox11_anytypecode {
after += *union_gen_Idl
Source_Files {
client.cpp
Expand Down

0 comments on commit 1bfaf48

Please sign in to comment.