Skip to content

Instantly share code, notes, and snippets.

View ep2277's full-sized avatar

Philipp Egger ep2277

  • Dibse2021
  • Innsbruck
View GitHub Profile
@ep2277
ep2277 / CMakeLists.txt
Created February 14, 2024 08:53 — forked from kwk/CMakeLists.txt
Fix for "undefined reference to dlopen" in CMake projects
project(testlink)
add_executable(testlink main.cpp)
target_link_libraries(testlink)