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)
VACore
Commits
141e99e4
Commit
141e99e4
authored
Feb 06, 2017
by
Dipl.-Ing. Jonas Stienen
Browse files
final linux compat fixes
parent
b2ac3586
Changes
3
Hide whitespace changes
Inline
Side-by-side
tests/CMakeLists.txt
View file @
141e99e4
...
...
@@ -4,6 +4,7 @@ project( VACoreTest )
list
(
APPEND CMAKE_MODULE_PATH
"$ENV{VISTA_CMAKE_COMMON}"
)
include
(
VistaCommon
)
vista_use_package
(
VistaCoreLibs REQUIRED COMPONENTS VistaBase
)
vista_use_package
(
VACore REQUIRED FIND_DEPENDENCIES
)
...
...
tests/CoreTest.cpp
View file @
141e99e4
...
...
@@ -6,7 +6,7 @@
#include <iostream>
#include <
window
s.h>
#include <
VistaBase/VistaTimeUtil
s.h>
using
namespace
std
;
...
...
@@ -209,7 +209,7 @@ int main()
core
->
SetGlobalAuralizationMode
(
IVACore
::
VA_AURAMODE_ALL
);
Sleep
(
10000
);
VistaTimeUtils
::
Sleep
(
10000
);
core
->
Finalize
();
...
...
tests/SceneConfigTest.cpp
View file @
141e99e4
...
...
@@ -332,7 +332,8 @@ void testRefPtr() {
}
void
main
()
{
int
main
(
int
,
char
**
)
{
//test1();
//test2();
//test3();
...
...
Write
Preview
Supports
Markdown
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