diff options
Diffstat (limited to 'libedc/CMakeLists.txt')
-rw-r--r-- | libedc/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libedc/CMakeLists.txt b/libedc/CMakeLists.txt new file mode 100644 index 0000000..5ea1dd2 --- /dev/null +++ b/libedc/CMakeLists.txt @@ -0,0 +1,6 @@ +PROJECT (LIBEDC C) +INCLUDE_DIRECTORIES(../include . ${CMAKE_BINARY_DIR} ${CMAKE_BINARY_DIR}/include) + +AUX_SOURCE_DIRECTORY(. LIBEDC_SRCS) + +ADD_LIBRARY (edc STATIC ${LIBEDC_SRCS}) |