* Feature: Initial testing with module (file) searches.

This commit is contained in:
Robert MacGregor 2022-05-17 18:04:19 -04:00
parent c3540acf94
commit 9901fa76b4
21 changed files with 142 additions and 1215 deletions

View file

@ -1,2 +1,2 @@
file(GLOB LJPEG_SOURCES "*.c")
add_library(ljpeg ${LJPEG_SOURCES})
add_library(ljpeg STATIC ${LJPEG_SOURCES})