mirror of https://github.com/wb2osz/direwolf.git
Merge 760447b6e2
into 3c73a6b2b2
This commit is contained in:
commit
3a216ca7a5
|
@ -32,9 +32,14 @@ if(LINUX)
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if ( "${misc_SOURCES}" )
|
||||||
add_library(misc STATIC
|
add_library(misc STATIC
|
||||||
${misc_SOURCES}
|
${misc_SOURCES}
|
||||||
)
|
)
|
||||||
|
else()
|
||||||
|
# Nothing to build
|
||||||
|
set(MISC_LIBRARIES "" CACHE INTERNAL "")
|
||||||
|
endif()
|
||||||
|
|
||||||
elseif(WIN32 OR CYGWIN) # windows
|
elseif(WIN32 OR CYGWIN) # windows
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue