jfcameron / jfc-cmake

cmake scripts & modules used by cmake projects on this account
MIT License
0 stars 0 forks source link

jfc_project: support for header-only libraries #8

Open jfcameron opened 4 years ago

jfcameron commented 4 years ago

currently libraries must have at least 1 implementation file, meaning header only libraries have a single implementation file that contains no definitions. silly.

jfcameron commented 3 years ago

TYPE can be DYNAMIC or STATIC. add HEADER_ONLY.