mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
add support for biicode
This commit is contained in:
parent
34e3551ebd
commit
dace26cae1
@ -1,5 +1,11 @@
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
|
||||
IF(BIICODE)
|
||||
INIT_BIICODE_BLOCK()
|
||||
ADD_BIICODE_TARGETS()
|
||||
ELSE()
|
||||
# Your regular CMakeLists configuration here
|
||||
|
||||
project(chaiscript)
|
||||
|
||||
# MINGW does not yet support C++11's concurrency features
|
||||
@ -403,3 +409,6 @@ configure_file(contrib/pkgconfig/chaiscript.pc.in lib/pkgconfig/chaiscript.pc @O
|
||||
install(FILES "${chaiscript_BINARY_DIR}/lib/pkgconfig/chaiscript.pc"
|
||||
DESTINATION lib/pkgconfig)
|
||||
|
||||
|
||||
ENDIF()
|
||||
|
||||
|
||||
2
biicode.conf
Normal file
2
biicode.conf
Normal file
@ -0,0 +1,2 @@
|
||||
[paths]
|
||||
include
|
||||
Loading…
x
Reference in New Issue
Block a user