Changes between Initial Version and Version 1 of Ticket #65713, comment 7


Ignore:
Timestamp:
Aug 23, 2022, 7:23:57 PM (21 months ago)
Author:
Lord-Kamina (Gregorio Litenstein)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65713, comment 7

    initial v1  
    11https://github.com/performous/performous/
    22
    3 ```
     3
     4{{{
    45find_package(fmt REQUIRED CONFIG)
    56target_link_libraries(performous PRIVATE fmt::fmt)
    6 ```
     7}}}
     8
    79
    810Should work universally; and it used to.