Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
ITAConvolution
Commits
47bd44b1
Commit
47bd44b1
authored
Aug 24, 2021
by
Pascal Palenda
Browse files
Add profile CMakeLists
parent
bf24fda9
Changes
1
Hide whitespace changes
Inline
Side-by-side
profilers/CMakeLists.txt
0 → 100644
View file @
47bd44b1
cmake_minimum_required
(
VERSION 3.14 FATAL_ERROR
)
project
(
ITAConvolutionProfilers
)
# ######################################################################################################################
add_executable
(
ITANUPCProfiler ITANUPCProfiler.cpp
)
target_link_libraries
(
ITANUPCProfiler ITAConvolution::ITAConvolution
)
set_property
(
TARGET ITANUPCProfiler PROPERTY FOLDER
"Profilers/ITAConvolution"
)
install
(
TARGETS ITANUPCProfiler RUNTIME DESTINATION
${
CMAKE_INSTALL_BINDIR
}
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment