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 248795a commit 52d5e20Copy full SHA for 52d5e20
examples/CMakeLists.txt
@@ -12,8 +12,7 @@ if (WIN32)
12
set(THREADS_USE_PTHREADS_WIN32 true)
13
find_package(Threads REQUIRED)
14
include_directories(${THREADS_PTHREADS_INCLUDE_DIR})
15
-
16
- set_source_file_properties(${SRC_ALL} PROPERTIES LANGUAGE CXX)
+ set_source_files_properties(${SRC_ALL} PROPERTIES LANGUAGE CXX)
17
endif()
18
19
add_executable(freenect-glview glview.c)
0 commit comments