File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ if(NOT CARBON_FRAMEWORK)
11
11
message (FATAL_ERROR "Carbon not found" )
12
12
endif ()
13
13
14
- find_library (APPKIT_FRAMEWORK AppKit)
15
- find_library (COCOA_FRAMEWORK Cocoa)
14
+ find_library (COREFOUNDATION_FRAMEWORK CoreFoundation)
16
15
17
16
configure_file (
18
17
"${PROJECT_SOURCE_DIR} /issw_config.h.in"
@@ -40,10 +39,10 @@ set(APP_SOURCES
40
39
)
41
40
42
41
add_library (InputSourceSwitcher ${LIB_SOURCES} ${LIB_HEADERS} )
43
- target_link_libraries (InputSourceSwitcher ${APPKIT_FRAMEWORK } ${CARBON_FRAMEWORK} ${COCOA_FRAMEWORK } )
42
+ target_link_libraries (InputSourceSwitcher ${COREFOUNDATION_FRAMEWORK } ${CARBON_FRAMEWORK} )
44
43
45
44
add_executable (issw ${APP_SOURCES} ${APP_HEADERS} ${LIB_HEADERS} )
46
- target_link_libraries (issw InputSourceSwitcher ${APPKIT_FRAMEWORK} ${CARBON_FRAMEWORK} ${COCOA_FRAMEWORK} )
45
+ target_link_libraries (issw InputSourceSwitcher)
47
46
48
47
add_executable (testvim test .c)
49
48
target_link_libraries (testvim InputSourceSwitcher)
You can’t perform that action at this time.
0 commit comments