Commit 573b135b authored by Tomáš Jakubec's avatar Tomáš Jakubec
Browse files

src/CMakeLists

parent 779a1d1e
Loading
Loading
Loading
Loading

src/CMakeLists.txt

0 → 100644
+28 −0
Original line number Original line Diff line number Diff line
INSTALL( DIRECTORY TNL/ DESTINATION ${TNL_TARGET_INCLUDE_DIRECTORY}
         MESSAGE_NEVER
         FILES_MATCHING PATTERN "*.h" PATTERN "*.hpp" )



# Note that it is important to start building examples as soon as possible,
# because they take the longest time and other stuff can be pipelined before
# they are finished (at least with Ninja).
# if( ${WITH_EXAMPLES} )
#    add_subdirectory( Examples )
# endif()

# if( ${WITH_BENCHMARKS} )
#    ADD_SUBDIRECTORY( Benchmarks )
# endif()

# if( ${WITH_TOOLS} )
#    ADD_SUBDIRECTORY( Tools )
# endif()

if( ${WITH_TESTS} )
   ADD_SUBDIRECTORY( UnitTests )
endif()

# if( ${WITH_PYTHON} )
#    ADD_SUBDIRECTORY( Python )
# endif()