Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
faust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.4.
Show more breadcrumbs
faust group
faust
Commits
3447d636
Commit
3447d636
authored
8 years ago
by
Adrien Leman
Committed by
hhakim
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
test xcode
parent
12292847
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/algorithm/CMakeLists.txt
+1
-0
1 addition, 0 deletions
src/algorithm/CMakeLists.txt
src/faust_linear_operator/CMakeLists.txt
+1
-6
1 addition, 6 deletions
src/faust_linear_operator/CMakeLists.txt
wrapper/matlab/CMakeLists.txt
+1
-7
1 addition, 7 deletions
wrapper/matlab/CMakeLists.txt
with
3 additions
and
13 deletions
src/algorithm/CMakeLists.txt
+
1
−
0
View file @
3447d636
...
...
@@ -13,6 +13,7 @@ if(BUILD_OPENBLAS)
endif
()
if
(
APPLE
AND
(
CMAKE_GENERATOR STREQUAL
"Xcode"
)
)
# on compile les sources directement dans le cmaklist principal pour Xcode
#add_library(${FAUST_ALGORITHM_TARGET} ${CPP_FILES})
else
()
add_library
(
${
FAUST_ALGORITHM_TARGET
}
OBJECT
${
CPP_FILES
}
)
...
...
This diff is collapsed.
Click to expand it.
src/faust_linear_operator/CMakeLists.txt
+
1
−
6
View file @
3447d636
...
...
@@ -47,12 +47,7 @@ configure_file(${FAUST_SRC_LINEAR_OPERATOR_DIR}/faust_constant.h.in ${FAUST_SRC_
#add_library(${FAUST_FAUSTCORE_TARGET} OBJECT ${HPP_FILES})
#add_library(${FAUST_MATRIX_TARGET} OBJECT ${CPP_FILES})
if
(
APPLE
AND
(
CMAKE_GENERATOR STREQUAL
"Xcode"
)
)
add_library
(
${
FAUST_LINEAR_OPERATOR_TARGET
}
OBJECT
${
CPP_FILES
}
${
HPP_FILES
}
)
else
()
add_library
(
${
FAUST_LINEAR_OPERATOR_TARGET
}
OBJECT
${
CPP_FILES
}
${
HPP_FILES
}
)
endif
()
add_library
(
${
FAUST_LINEAR_OPERATOR_TARGET
}
OBJECT
${
CPP_FILES
}
${
HPP_FILES
}
)
...
...
This diff is collapsed.
Click to expand it.
wrapper/matlab/CMakeLists.txt
+
1
−
7
View file @
3447d636
...
...
@@ -28,13 +28,7 @@ if (BUILD_OPENBLAS)
include_directories
(
${
OPENBLAS_INC_DIR
}
)
endif
(
BUILD_OPENBLAS
)
if
(
APPLE
AND
(
CMAKE_GENERATOR STREQUAL
"Xcode"
)
)
add_library
(
${
FAUST_MEXTOOLS_TARGET
}
OBJECT
${
CPP_MEXTOOLS_FILES
}
)
else
()
add_library
(
${
FAUST_MEXTOOLS_TARGET
}
OBJECT
${
CPP_MEXTOOLS_FILES
}
)
endif
()
add_library
(
${
FAUST_MEXTOOLS_TARGET
}
OBJECT
${
CPP_MEXTOOLS_FILES
}
)
#target_link_libraries(${FAUST_MEXTOOLS_TARGET} ${FAUST_TARGET})
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment