topology-tool-kit / ttk

TTK - Topological Data Analysis and Visualization - Source Code

Home Page:https://topology-tool-kit.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Header-Only Base Code

JonasLukasczyk opened this issue · comments

Hi all,
I have a lot of base code modules that contain an empty cpp file just because our current build system requires this, but of course it would be nicer if we could just skip these files right away. Does anyone know how complicated it would be to change our cmake code to make this work?

Best
Jonas

If I'm not mistaken, you can add header-only libraries using ttk_add_base_template_library.

Thanks @lhofmann! Refactoring PR incoming ;-)