mirror of https://github.com/jarro2783/cxxopts.git
commit
db5c6e24c7
|
|
@ -18,6 +18,14 @@
|
|||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
# THE SOFTWARE.
|
||||
|
||||
IF(BIICODE)
|
||||
include(biicode/cmake/tools)
|
||||
ADD_BIICODE_TARGETS()
|
||||
ACTIVATE_CPP11(INTERFACE ${BII_BLOCK_TARGET})
|
||||
RETURN()
|
||||
|
||||
ENDIF()
|
||||
|
||||
cmake_minimum_required(VERSION 2.6)
|
||||
project(cxxopts)
|
||||
|
||||
|
|
@ -39,4 +47,3 @@ if(CXXOPTS_USE_UNICODE_HELP)
|
|||
endif()
|
||||
|
||||
add_subdirectory(src)
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
# Biicode configuration file
|
||||
|
||||
[requirements]
|
||||
biicode/cmake: 3
|
||||
Loading…
Reference in New Issue