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 13834bb commit d1c30ffCopy full SHA for d1c30ff
tests/CMakeLists.txt
@@ -5,12 +5,12 @@ project(choc_tests)
5
add_executable(choc_tests choc_tests.cpp)
6
7
# To test V8, there needs to be a suitable folder somewhere with a build
8
-# set(V8_LOCATION "/Users/jules/code/v8")
+# set(V8_LOCATION "/path_to_your_v8_folder/v8")
9
# set(V8_BUILD_NAME "arm64.release")
10
11
# To test the HTTP server, you'll need boost beast and its dependencies, in a
12
# folder at this location:
13
-# set(BOOST_LOCATION "/Users/jules/code/cmajor-dev/cmajor/3rdParty/boost")
+# set(BOOST_LOCATION "/path_to_your_boost_installation/boost")
14
15
target_compile_features(choc_tests PRIVATE cxx_std_20)
16
0 commit comments