Fork me on GitHub

source: git/external/tcl/CMakeLists.txt@ a0f5d71

3.4.3pre03
Last change on this file since a0f5d71 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.