We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e22b0ac commit cff0407Copy full SHA for cff0407
1 file changed
CMakeLists.txt
@@ -95,11 +95,7 @@ install(EXPORT webui
95
message(STATUS "Source directory is " ${CMAKE_SOURCE_DIR})
96
message(STATUS "Build directory is " ${CMAKE_BINARY_DIR})
97
98
-if (MSVC)
99
- include_directories(${CMAKE_SOURCE_DIR}/include)
100
-elseif(APPLE)
101
-elseif(LINUX)
102
-endif()
+include_directories(${CMAKE_SOURCE_DIR}/include)
103
104
add_executable(minimal ${CMAKE_SOURCE_DIR}/examples/C++/minimal/main.cpp)
105
add_executable(call_js_from_cpp ${CMAKE_SOURCE_DIR}/examples/C++/call_js_from_cpp/main.cpp)
0 commit comments