fix macos
This commit is contained in:
parent
95552a2bf3
commit
f275cb02d4
3
external/CMakeLists.txt
vendored
3
external/CMakeLists.txt
vendored
@ -39,5 +39,8 @@ if (NOT TARGET filewatch)
|
|||||||
)
|
)
|
||||||
target_include_directories(filewatch INTERFACE ${filewatch_SOURCE_DIR})
|
target_include_directories(filewatch INTERFACE ${filewatch_SOURCE_DIR})
|
||||||
target_compile_features(filewatch INTERFACE cxx_std_11)
|
target_compile_features(filewatch INTERFACE cxx_std_11)
|
||||||
|
if(APPLE)
|
||||||
|
target_link_libraries(filewatch INTERFACE "-framework CoreServices")
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user