We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a03c5f commit 8c20662Copy full SHA for 8c20662
indra/cmake/Linking.cmake
@@ -67,7 +67,6 @@ elseif (WINDOWS)
67
legacy_stdio_definitions
68
)
69
else()
70
- include(CMakeFindFrameworks)
71
find_library(COREFOUNDATION_LIBRARY CoreFoundation)
72
find_library(CARBON_LIBRARY Carbon)
73
find_library(COCOA_LIBRARY Cocoa)
indra/llwindow/CMakeLists.txt
@@ -182,7 +182,6 @@ endif (SDL_FOUND)
182
target_include_directories(llwindow INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
183
184
if (DARWIN)
185
186
187
target_link_libraries(llwindow ${CARBON_LIBRARY})
188
endif (DARWIN)
0 commit comments