Update src/core/CMakeLists.txt
All checks were successful
eden-license / license-header (pull_request) Successful in 16s
All checks were successful
eden-license / license-header (pull_request) Successful in 16s
This commit is contained in:
parent
86d7938f72
commit
8250bc3969
1 changed files with 1 additions and 1 deletions
|
@ -1150,7 +1150,7 @@ add_library(core STATIC
|
|||
tools/renderdoc.h
|
||||
)
|
||||
|
||||
if (UNIX AND NOT APPLE AND NOT ANDROID AND NOT STREQUAL "FreeBSD")
|
||||
if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
|
||||
# find_package(libiw REQUIRED)
|
||||
target_link_libraries(core PRIVATE iw)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue