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)
ITACoreLibs
Commits
a572164e
Commit
a572164e
authored
Jan 20, 2017
by
Dipl.-Ing. Jonas Stienen
Browse files
Changing cmake config msvc projecti inc and readme.
parent
8adf19eb
Changes
5
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a572164e
...
...
@@ -50,7 +50,9 @@ if( MSVC )
set
(
ITA_CORE_LIBS_INCLUDE_EXTERNAL_MSVC_PROJECTS OFF CACHE BOOL
"If enabled, msvc projects of external vista packages will be included in the solution"
)
if
(
ITA_CORE_LIBS_INCLUDE_EXTERNAL_MSVC_PROJECTS
)
vista_use_package
(
VistaCoreLibs
)
vista_add_external_msvc_project_of_package
(
VistaCoreLibs
"VistaCoreLibs"
DEPENDENT ITABase DEPENDS VistaBase VistaInterProcComm VistaTools
)
message
(
"hi"
)
vista_add_external_msvc_project_of_package
(
VistaCoreLibs
"VistaCoreLibs"
DEPENDENT ITABase
)
vista_add_external_msvc_project_of_package
(
VistaCoreLibs
"VistaCoreLibs"
DEPENDENT ITADataSources
)
vista_add_external_msvc_project_of_package
(
VistaCoreLibs
"VistaCoreLibs"
DEPENDENT ITAConvolution
)
vista_add_external_msvc_project_of_package
(
VistaCoreLibs
"VistaCoreLibs"
DEPENDENT ITACTC
)
endif
(
)
endif
(
)
\ No newline at end of file
ITABase
@
1900a522
Compare
bac897cf
...
1900a522
Subproject commit
bac897cf916ec4fc6505bc03f156374a6bc38c93
Subproject commit
1900a5222b2377f45694fcb4e31ece2209e0c472
ITADataSources
@
55bd10d3
Compare
75010435
...
55bd10d3
Subproject commit
7501043569185a7d6b661078805e0aebec615fe8
Subproject commit
55bd10d3f793040069dba76355e5ceb47cde859e
ITAFFT
@
7261d7a7
Compare
4864f054
...
7261d7a7
Subproject commit
4864f054431b9806e42ee4cfe73400822555c824
Subproject commit
7261d7a7501f6195f990ebf892fabb905499740c
README.md
View file @
a572164e
...
...
@@ -4,7 +4,7 @@ ITACoreLibs is a collection of C++ libraries with basic tools for virtual acoust
### License
This projects does not include any source code. See license file of the corresponding submodules.
This projects does not include any source code. See license file of the corresponding submodules
/ subfolders
.
### Quick build guide
...
...
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