File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ target_link_libraries(example2 PUBLIC cpptcl_static cpptcl_runtime ${TCL_STUB_LI
66add_executable (example6 example6.cc)
77target_link_libraries (example6 PUBLIC cpptcl_static cpptcl_runtime ${TCL_STUB_LIBRARY} ${TCL_LIBRARY} )
88
9- add_library (libcpptcl_module_two SHARED cpptcl_module_two.cc)
10- target_link_libraries (libcpptcl_module_two PUBLIC cpptcl_static ${TCL_STUB_LIBRARY} )
9+ add_library (cpptcl_module_two SHARED cpptcl_module_two.cc)
10+ target_link_libraries (cpptcl_module_two PUBLIC cpptcl_static ${TCL_STUB_LIBRARY} )
1111
12- add_library (libcpptcl_module_three SHARED cpptcl_module_three.cc)
13- target_link_libraries (libcpptcl_module_three PUBLIC cpptcl_static ${TCL_STUB_LIBRARY} )
12+ add_library (cpptcl_module_three SHARED cpptcl_module_three.cc)
13+ target_link_libraries (cpptcl_module_three PUBLIC cpptcl_static ${TCL_STUB_LIBRARY} )
1414
15- add_library (libcpptcl_module_five SHARED cpptcl_module_five.cc)
16- target_link_libraries (libcpptcl_module_five PUBLIC cpptcl_static ${TCL_STUB_LIBRARY} )
15+ add_library (cpptcl_module_five SHARED cpptcl_module_five.cc)
16+ target_link_libraries (cpptcl_module_five PUBLIC cpptcl_static ${TCL_STUB_LIBRARY} )
1717
18- add_library (libcpptcl_module_six SHARED cpptcl_module_six.cc)
19- target_link_libraries (libcpptcl_module_six PUBLIC cpptcl_static ${TCL_STUB_LIBRARY} )
18+ add_library (cpptcl_module_six SHARED cpptcl_module_six.cc)
19+ target_link_libraries (cpptcl_module_six PUBLIC cpptcl_static ${TCL_STUB_LIBRARY} )
2020
2121# Create a packaged TCL extension
2222add_library (cpptcl_example_functions SHARED cpptcl_example_functions.cc)
You can’t perform that action at this time.
0 commit comments