Skip to content

Commit

Permalink
CMake for negative test
Browse files Browse the repository at this point in the history
  • Loading branch information
nemtrif committed Oct 18, 2015
1 parent 2620091 commit f029fcc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ cmake_minimum_required (VERSION 2.6)
project (utf8cpp)

include_directories ("${PROJECT_SOURCE_DIR}/source")
add_subdirectory (samples)
add_subdirectory (samples)
add_subdirectory (test_drivers)
1 change: 1 addition & 0 deletions test_drivers/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add_subdirectory (negative)
1 change: 1 addition & 0 deletions test_drivers/negative/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add_executable (negative negative.cpp)

0 comments on commit f029fcc

Please sign in to comment.