aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJ08nY2017-02-07 04:06:09 +0100
committerJ08nY2017-02-07 04:12:04 +0100
commit06d927c9737589ed76b516c54ee74c8e6e44702b (patch)
tree8e7560f66a96e5bf5bb391907c3678f65581631a /CMakeLists.txt
parent96bf13d11b595aabf514c706adcf57aefc660a1f (diff)
downloadecgen-06d927c9737589ed76b516c54ee74c8e6e44702b.tar.gz
ecgen-06d927c9737589ed76b516c54ee74c8e6e44702b.tar.zst
ecgen-06d927c9737589ed76b516c54ee74c8e6e44702b.zip
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5e53579..bb331a3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,7 +19,7 @@ add_custom_target(gp2c ALL DEPENDS gp.c gp.h)
include_directories(src)
include_directories(lib)
-file(GLOB SOURCES "src/*.c")
+file(GLOB SOURCES "src/*.c" "src/*.h")
add_executable(ecgen ${SOURCES})