CMakeLists.txt 96 B

123456
  1. add_library(MathLogger INTERFACE)
  2. target_sources(MathLogger
  3. INTERFACE
  4. FILE_SET HEADERS
  5. )