Skip to content

Commit

Permalink
Update conans/test/functional/toolchains/meson/test_meson_native_attr…
Browse files Browse the repository at this point in the history
…ibute.py

Co-authored-by: James <memsharded@gmail.com>
  • Loading branch information
franramirez688 and memsharded committed Apr 29, 2024
1 parent 2337796 commit 5d23e79
Showing 1 changed file with 1 addition and 6 deletions.
Expand Up @@ -63,12 +63,7 @@ def build(self):
# Even cross-building the library, we want to create an executable using only the native context
executable('mygen', 'mygen.cpp', native: true)
""")
my_gen_cpp = textwrap.dedent("""
#include <iostream>
int main() {
std::cout << "Hello World!";
return 0;
}
my_gen_cpp = gen_function_cpp(name="main")
""")
hello_h = gen_function_h(name="hello")
hello_cpp = gen_function_cpp(name="hello")
Expand Down

0 comments on commit 5d23e79

Please sign in to comment.