Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
ITAFFT
Commits
7261d7a7
Commit
7261d7a7
authored
Jan 20, 2017
by
Dipl.-Ing. Jonas Stienen
Browse files
CMake cfg cleaning
parent
4864f054
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/CMakeLists.txt
View file @
7261d7a7
cmake_minimum_required
(
VERSION 2.8
)
if
(
NOT ITAFFT_COMMON_BUILD
)
project
(
ITAFFTTest
)
list
(
APPEND CMAKE_MODULE_PATH
"$ENV{VISTA_CMAKE_COMMON}"
)
include
(
VistaCommon
)
endif
()
project
(
ITAFFTTest
)
list
(
APPEND CMAKE_MODULE_PATH
"$ENV{VISTA_CMAKE_COMMON}"
)
include
(
VistaCommon
)
vista_use_package
(
ITAFFT REQUIRED FIND_DEPENDENCIES
)
if
(
ITA_CORE_LIBS_BUILD_STATIC
AND DEFINED ITA_CORE_LIBS_BUILD_STATIC
)
if
(
ITA_CORE_LIBS_BUILD_STATIC
)
add_definitions
(
-DITA_BASE_STATIC -DITA_FFT_STATIC
)
endif
(
ITA_CORE_LIBS_BUILD_STATIC AND DEFINED ITA_CORE_LIBS_BUILD_STATIC
)
endif
(
)
add_executable
(
ITAFFTTest test.cpp
)
target_link_libraries
(
ITAFFTTest
${
VISTA_USE_PACKAGE_LIBRARIES
}
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment