Fork me on GitHub

source: git/external/tcl/CMakeLists.txt@ 1f1f858

ImprovedOutputFile Timing dual_readout llp
Last change on this file since 1f1f858 was 7fe06d6, checked in by Pavel Demin <pavel.demin@…>, 10 years ago

add CMake files

  • Property mode set to 100644
File size: 110 bytes
Line 
1include_directories(${CMAKE_SOURCE_DIR}/external)
2
3file(GLOB sources *.c)
4
5add_library(tcl OBJECT ${sources})
Note: See TracBrowser for help on using the repository browser.