We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2714294 commit b326080Copy full SHA for b326080
1 file changed
src/OpenCOVER/vrml97/vrml/CMakeLists.txt
@@ -18,11 +18,17 @@ ADD_DEFINITIONS(-DHAVE_CONFIG_H -DYYERROR_VERBOSE)
18
SET(EXTRA_INCS )
19
# gather optional libraries in EXTRA_LIBS
20
SET(EXTRA_LIBS )
21
+
22
+IF(WIN32)
23
+ SET(EXTRA_LIBS Bcrypt.lib )
24
+ENDIF()
25
26
using(JPEG)
27
using(PNG)
28
using(TIFF)
29
using(ZLIB)
30
31
32
IF(UNIX AND NOT APPLE)
33
FIND_PACKAGE(ALSA QUIET)
34
IF(ALSA_FOUND)
@@ -65,6 +71,7 @@ IF(PTHREAD_FOUND)
65
71
SET(EXTRA_LIBS ${EXTRA_LIBS} ${PTHREAD_LIBRARIES})
66
72
ENDIF()
67
73
74
68
75
ADD_DEFINITIONS(-DYY_NEVER_INTERACTIVE)
69
76
using(FLEX)
70
77
covise_find_package(BISON)
0 commit comments