Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Aug 14, 2017
1 parent 2f694fd commit fc816c8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
Pascal/bin/
*.wav

# Byte-compiled / optimized / DLL files
Expand Down
12 changes: 9 additions & 3 deletions Pascal/CMakeLists.txt
@@ -1,6 +1,12 @@
cmake_minimum_required (VERSION 2.8)

set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake_modules")

enable_language(Pascal)
project (CMakeHelloWorld Pascal)
project (G4FGQ Pascal)

add_executable(coax_vlf coax_vlf.pas)
add_executable(grndwav3 grndwav3.pas)
add_executable(line_zin line_zin.pas)
add_executable(padmatch padmatch.pas)
add_executable(propgate propgate.pas)
add_executable(tophat2 tophat2.pas)
add_executable(tranco_1 tranco_1.pas)

0 comments on commit fc816c8

Please sign in to comment.