mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-19 19:59:09 +00:00
@ -1,16 +0,0 @@
|
||||
find_path(Bink_INCLUDE_DIR bink.h
|
||||
C:/BinkW32
|
||||
)
|
||||
|
||||
find_library(Bink_LIBRARY NAMES binkw32
|
||||
PATHS C:/BinkW32
|
||||
)
|
||||
|
||||
if(Bink_INCLUDE_DIR AND Bink_LIBRARY)
|
||||
set(Bink_SDK_AVAILABLE TRUE)
|
||||
add_definitions(-DBINK_SDK_AVAILABLE)
|
||||
else()
|
||||
set(Bink_SDK_AVAILABLE FALSE)
|
||||
endif()
|
||||
|
||||
set(Bink_LIBRARIES ${Bink_LIBRARY})
|
Reference in New Issue
Block a user