This commit is contained in:
Brett T. Warden 2023-09-22 22:43:36 -04:00 committed by GitHub
commit 3a216ca7a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 3 deletions

View File

@ -32,9 +32,14 @@ if(LINUX)
) )
endif() endif()
add_library(misc STATIC if ( "${misc_SOURCES}" )
${misc_SOURCES} add_library(misc STATIC
) ${misc_SOURCES}
)
else()
# Nothing to build
set(MISC_LIBRARIES "" CACHE INTERNAL "")
endif()
elseif(WIN32 OR CYGWIN) # windows elseif(WIN32 OR CYGWIN) # windows