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 243baf1 commit ad972b0Copy full SHA for ad972b0
testing/cxx-oot-build/CMakeLists.txt
@@ -33,7 +33,7 @@ set(CMAKE_CXX_STANDARD 17)
33
set(CMAKE_CXX_STANDARD_REQUIRED ON)
34
35
set(SOURCE_FILES ${CMAKE_SOURCE_DIR}/src/HelloWorld.cpp
36
- ${CMAKE_SOURCE_DIR}/src/main.cpp)
+ ${CMAKE_SOURCE_DIR}/src/main.cpp)
37
38
set(EXE_NAME oot)
39
0 commit comments