Skip to content

Commit cff0407

Browse files
author
pvn
committed
remove unnecessary Windows condition
1 parent e22b0ac commit cff0407

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,7 @@ install(EXPORT webui
9595
message(STATUS "Source directory is " ${CMAKE_SOURCE_DIR})
9696
message(STATUS "Build directory is " ${CMAKE_BINARY_DIR})
9797

98-
if (MSVC)
99-
include_directories(${CMAKE_SOURCE_DIR}/include)
100-
elseif(APPLE)
101-
elseif(LINUX)
102-
endif()
98+
include_directories(${CMAKE_SOURCE_DIR}/include)
10399

104100
add_executable(minimal ${CMAKE_SOURCE_DIR}/examples/C++/minimal/main.cpp)
105101
add_executable(call_js_from_cpp ${CMAKE_SOURCE_DIR}/examples/C++/call_js_from_cpp/main.cpp)

0 commit comments

Comments
 (0)