Commit 62ee52c7 authored by Wescoeur's avatar Wescoeur

chore(CMakeLists.txt): remove tabs

parent 8c83d32d
...@@ -354,7 +354,7 @@ endforeach () ...@@ -354,7 +354,7 @@ endforeach ()
target_link_libraries(${TARGET_NAME} ${BCTOOLBOX_CORE_LIBRARIES} ${BELCARD_LIBRARIES} ${LINPHONE_LIBRARIES} ${LINPHONECXX_LIBRARIES}) target_link_libraries(${TARGET_NAME} ${BCTOOLBOX_CORE_LIBRARIES} ${BELCARD_LIBRARIES} ${LINPHONE_LIBRARIES} ${LINPHONECXX_LIBRARIES})
if(APPLE) if(APPLE)
target_link_libraries(${TARGET_NAME} "-framework Cocoa") target_link_libraries(${TARGET_NAME} "-framework Cocoa")
endif() endif()
install(TARGETS ${TARGET_NAME} install(TARGETS ${TARGET_NAME}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment