Update src/core/CMakeLists.txt
All checks were successful
eden-license / license-header (pull_request) Successful in 16s

This commit is contained in:
SDK-Chan 2025-07-10 20:02:58 +02:00
parent 86d7938f72
commit 8250bc3969

View file

@ -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()