compiler-research / xeus-clang-repl

Apache License 2.0
34 stars 14 forks source link

CMake: change xcpp linkage scope to PRIVATE #79

Open p4vook opened 10 months ago

p4vook commented 10 months ago

Previously the linkage was PUBLIC, which caused xcpp to link to the already existing libxeus-clang-repl.so instead of the just built one.