Skip to content

Commit

Permalink
add example cmakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
Artikash committed Oct 14, 2018
1 parent 776e7c7 commit e0bf187
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ExampleExtension/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
cmake_minimum_required(VERSION 3.5)

cmake_policy(SET CMP0037 OLD)

add_library(Example\ Extension SHARED Extension.cpp ExtensionImpl.cpp)

0 comments on commit e0bf187

Please sign in to comment.