diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-05-09 16:07:05 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-05-09 16:09:08 +0200 |
commit | 619beb63a1748cd9ece96260bfb2e9484e52cb67 (patch) | |
tree | 12aeffdd99d378c088f3c3aad634bb5d3e9000b4 /libmpio/src | |
parent | 2d49dfdd370852d5033b848fd69b6112368b7d20 (diff) | |
download | mpiosh-619beb63a1748cd9ece96260bfb2e9484e52cb67.tar.gz mpiosh-619beb63a1748cd9ece96260bfb2e9484e52cb67.tar.bz2 mpiosh-619beb63a1748cd9ece96260bfb2e9484e52cb67.zip |
Cleanup
Remove unused files, move mpiosh to src, ...
Diffstat (limited to 'libmpio/src')
-rw-r--r-- | libmpio/src/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libmpio/src/CMakeLists.txt b/libmpio/src/CMakeLists.txt new file mode 100644 index 0000000..0422cb7 --- /dev/null +++ b/libmpio/src/CMakeLists.txt @@ -0,0 +1,9 @@ +set (CMAKE_C_FLAGS -Wall) + +include_directories (${CMAKE_CURRENT_SOURCE_DIR}/../) + +add_library (mpio STATIC mpio.c io.c debug.c smartmedia.c mmc.c directory.c + fat.c ecc.c cis.c) + +target_link_libraries (mpio -lusb) + |