Commit db5c6e24c76050f0113199c309fdf98fec66483b

Authored by jarro2783
2 parents 5ccd16d7 732f4ec5

Merge pull request #13 from davidsanfal/master

cxxopts in biicode
Showing 2 changed files with 12 additions and 1 deletions
CMakeLists.txt
@@ -18,6 +18,14 @@ @@ -18,6 +18,14 @@
18 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 18 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19 # THE SOFTWARE. 19 # THE SOFTWARE.
20 20
  21 +IF(BIICODE)
  22 + include(biicode/cmake/tools)
  23 + ADD_BIICODE_TARGETS()
  24 + ACTIVATE_CPP11(INTERFACE ${BII_BLOCK_TARGET})
  25 +RETURN()
  26 +
  27 +ENDIF()
  28 +
21 cmake_minimum_required(VERSION 2.6) 29 cmake_minimum_required(VERSION 2.6)
22 project(cxxopts) 30 project(cxxopts)
23 31
@@ -39,4 +47,3 @@ if(CXXOPTS_USE_UNICODE_HELP) @@ -39,4 +47,3 @@ if(CXXOPTS_USE_UNICODE_HELP)
39 endif() 47 endif()
40 48
41 add_subdirectory(src) 49 add_subdirectory(src)
42 -  
biicode.conf 0 → 100644
  1 +# Biicode configuration file
  2 +
  3 +[requirements]
  4 + biicode/cmake: 3