Skip to content

Commit

Permalink
Add apps/pwl to CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
shymega committed Jul 14, 2023
1 parent 075ae0f commit d90340d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/apps/pwl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
file (GLOB headers "*.h")
file (GLOB sources "*.cpp")

add_library (apps_pwl STATIC ${sources} ${headers})

0 comments on commit d90340d

Please sign in to comment.