You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
306 B

  1. # .cpp files are compiled with extra ${WSHADOW_FLAGS}
  2. if( COMPILER_SUPPORTS_WSHADOW )
  3. set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${WSHADOW_FLAGS}")
  4. endif()
  5. include_directories(
  6. ${GLM_INCLUDE_DIR}
  7. ${CMAKE_SOURCE_DIR}/include
  8. ${CMAKE_SOURCE_DIR}/3d-viewer
  9. )
  10. add_subdirectory( 3d )