Changeset 20045 for trunk/FACT++/cmake
- Timestamp:
- 03/23/21 10:39:09 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/cmake/FindV8.cmake
r18994 r20045 4 4 # Try to locate the package in the default path 5 5 # and in the path provided by pkg-config 6 FIND_PATH(V8_INCLUDE_DIR NAMES v8.h PATHS ${V8_INCLUDE_DIRS} )7 FIND_LIBRARY(V8_LIBRARY NAMES v8 PATHS ${V8_LIBRARY_DIRS} )6 FIND_PATH(V8_INCLUDE_DIR NAMES v8.h PATHS ${V8_INCLUDE_DIRS} PATH_SUFFIXES v8) 7 FIND_LIBRARY(V8_LIBRARY NAMES v8 PATHS ${V8_LIBRARY_DIRS} PATH_SUFFIXES v8) 8 8 9 9 # Check if V8_LIBARARY and V8_INCLUDE_DIR is set
Note:
See TracChangeset
for help on using the changeset viewer.