Skip to content

Commit 0033e45

Browse files
moleculextsergiomb2
authored andcommitted
Use CMake instead of autotools.
1 parent 76dc41a commit 0033e45

File tree

21 files changed

+171
-1162
lines changed

21 files changed

+171
-1162
lines changed

CMakeLists.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
cmake_minimum_required (VERSION 2.6)
2+
project (Pinedit)
3+
4+
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/Modules/")
5+
6+
set(PINEDIT_EXEC_NAME pinedit)
7+
8+
add_subdirectory(src)
9+
add_subdirectory(data)
10+
add_subdirectory(doc)

Makefile.am

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)