Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2a33a7f6 authored by Adrien Leman's avatar Adrien Leman Committed by hhakim
Browse files

test xcode

parent 68d3f24e
No related branches found
No related tags found
No related merge requests found
......@@ -640,7 +640,11 @@ else()
target_link_libraries(${FAUST_TARGET} )
endif(BUILD_OPENBLAS)
install(TARGETS ${FAUST_TARGET} DESTINATION ${FAUST_INSTALL_LIB})
if(APPLE AND ( CMAKE_GENERATOR STREQUAL "Xcode") )
#install(TARGETS ${FAUST_TARGET} DESTINATION ${FAUST_INSTALL_LIB})
else()
install(TARGETS ${FAUST_TARGET} DESTINATION ${FAUST_INSTALL_LIB})
endif()
##################################################################
......
......@@ -49,7 +49,7 @@ configure_file(${FAUST_SRC_LINEAR_OPERATOR_DIR}/faust_constant.h.in ${FAUST_SRC_
if(APPLE AND ( CMAKE_GENERATOR STREQUAL "Xcode") )
#add_library(${FAUST_LINEAR_OPERATOR_TARGET} ${CPP_FILES} ${HPP_FILES})
add_library(${FAUST_TARGET} STATIC ${CPP_FILES} ${HPP_FILES} $<TARGET_OBJECTS:${FAUST_ALGORITHM_TARGET}> $<TARGET_OBJECTS:${FAUST_MEXTOOLS_TARGET}> )
add_library(${FAUST_TARGET} STATIC ${CPP_FILES} ${HPP_FILES}) $<TARGET_OBJECTS:${FAUST_ALGORITHM_TARGET}> $<TARGET_OBJECTS:${FAUST_MEXTOOLS_TARGET}> )
else ()
add_library(${FAUST_LINEAR_OPERATOR_TARGET} OBJECT ${CPP_FILES} ${HPP_FILES})
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment