Skip to content

Commit

Permalink
examples/CMakeLists.txt: Trivial whitespace changes.
Browse files Browse the repository at this point in the history
Signed-off-by: Drew Fisher <[email protected]>
  • Loading branch information
zarvox committed Jul 21, 2011
1 parent ad4554c commit 7eee3d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if (WIN32)
set_source_files_properties(glview.c PROPERTIES LANGUAGE CXX)
set_source_files_properties(glpclview.c PROPERTIES LANGUAGE CXX)
set_source_files_properties(hiview.c PROPERTIES LANGUAGE CXX)
set_source_files_properties(tiltdemo.c PROPERTIES LANGUAGE CXX)
set_source_files_properties(tiltdemo.c PROPERTIES LANGUAGE CXX)

set(THREADS_USE_PTHREADS_WIN32 true)
find_package(Threads REQUIRED)
Expand All @@ -25,7 +25,7 @@ endif()

if (BUILD_C_SYNC)
add_executable(glpclview glpclview.c)
add_executable(tiltdemo tiltdemo.c)
add_executable(tiltdemo tiltdemo.c)
endif()

# We need to include libfreenect_sync.h for glpclview
Expand All @@ -42,7 +42,7 @@ if(APPLE)
endif()
if (BUILD_C_SYNC)
target_link_libraries(glpclview freenect_sync)
target_link_libraries(tiltdemo freenect_sync)
target_link_libraries(tiltdemo freenect_sync)
endif()
# Linux, not so much
else()
Expand All @@ -68,7 +68,7 @@ else()
if (BUILD_C_SYNC)
target_link_libraries(glpclview freenect_sync ${OPENGL_LIBRARIES} ${GLUT_LIBRARY}
${CMAKE_THREAD_LIBS_INIT} ${MATH_LIB})
target_link_libraries(tiltdemo freenect_sync ${CMAKE_THREAD_LIBS_INIT} ${MATH_LIB})
target_link_libraries(tiltdemo freenect_sync ${CMAKE_THREAD_LIBS_INIT} ${MATH_LIB})
endif()
endif()

Expand Down

0 comments on commit 7eee3d5

Please sign in to comment.