mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-01-06 08:50:55 +00:00
9 lines
298 B
Text
9 lines
298 B
Text
|
PROJECT(CHECK_LIBRARY_EXISTS)
|
||
|
|
||
|
|
||
|
ADD_DEFINITIONS(-DCHECK_FUNCTION_EXISTS=${CHECK_LIBRARY_EXISTS_FUNCTION})
|
||
|
LINK_DIRECTORIES(${CHECK_LIBRARY_EXISTS_LOCATION})
|
||
|
ADD_EXECUTABLE(CheckLibraryExists ${CHECK_LIBRARY_EXISTS_SOURCE})
|
||
|
TARGET_LINK_LIBRARIES(CheckLibraryExists ${CHECK_LIBRARY_EXISTS_LIBRARY})
|
||
|
|