Add headers to targets in CMakeLists.txt.

This commit is contained in:
Daniel Kirchner
2018-12-17 15:01:02 +01:00
parent 8d3617b7c5
commit 2353f73c39
7 changed files with 160 additions and 4 deletions
+5
View File
@@ -1,8 +1,13 @@
set(sources
CodeFragment.cpp
CodeFragment.h
Compiler.cpp
Compiler.h
CompilerState.cpp
CompilerState.h
Exceptions.h
Parser.cpp
Parser.h
)
add_library(lll ${sources})