mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-14 03:29:32 +00:00
Need to compile under MacOsX
svn path=/trunk/kdesupport/qca/; revision=605686
This commit is contained in:
parent
ba66e7a1cd
commit
d5e3157629
13
cmake/modules/FindCarbon.cmake
Normal file
13
cmake/modules/FindCarbon.cmake
Normal file
@ -0,0 +1,13 @@
|
||||
# Copyright (c) 2006, Benjamin Reed, <ranger@befunk.com>
|
||||
#
|
||||
# Redistribution and use is allowed according to the terms of the BSD license.
|
||||
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
|
||||
|
||||
INCLUDE(CMakeFindFrameworks)
|
||||
|
||||
CMAKE_FIND_FRAMEWORKS(Carbon)
|
||||
|
||||
if (Carbon_FRAMEWORKS)
|
||||
set(CARBON_LIBRARY "-framework Carbon" CACHE FILEPATH "Carbon framework" FORCE)
|
||||
set(CARBON_FOUND 1)
|
||||
endif (Carbon_FRAMEWORKS)
|
Loading…
x
Reference in New Issue
Block a user