Skip to content
Snippets Groups Projects
Commit 2236db70 authored by Andreas Schenk's avatar Andreas Schenk
Browse files

fixed include in deployment cmake list

parent 5ab87cdc
No related branches found
No related tags found
Loading
......@@ -24,7 +24,7 @@ if(${PROJECT_SOURCE_DIR} STREQUAL ${CMAKE_SOURCE_DIR})
elseif(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
include(linux/CMakeLists.txt)
elseif(${CMAKE_SYSTEM_NAME} MATCHES "Windows")
include(windows/CMakeLists.txt)
include(win/CMakeLists.txt)
endif()
INCLUDE(CPack)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment