Skip to content

Commit

Permalink
Added library interface in CMake pro...
Browse files Browse the repository at this point in the history
  • Loading branch information
igormironchik committed Nov 18, 2017
1 parent 9f443da commit 339f083
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ file( COPY runtests.rb

project( cfgfile )

add_library( cfgfile INTERFACE )

target_include_directories( cfgfile INTERFACE . )

add_subdirectory( generator )
add_subdirectory( example )

Expand Down

0 comments on commit 339f083

Please sign in to comment.