1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-05 06:01:04 +01:00

Get basic CMake for mod-script-pipe working.

Can then extend this to more source files.
This commit is contained in:
James Crook
2018-03-30 19:18:46 +01:00
parent 3d82ee7ec0
commit ece54aa947
4 changed files with 38 additions and 0 deletions

3
lib-src/CMakeLists.txt Normal file
View File

@@ -0,0 +1,3 @@
#directory lib-src
add_subdirectory( "mod-script-pipe" )