Many small Improvements. Removed old non-functional test structures. Switched to dmd for linking. Fixed bug in CMakeDInformation.cmake that we inhereted from the C version. Added C+D test case, which fails.
This commit is contained in:
parent
6af1633a9b
commit
02d13655b2
151 changed files with 100 additions and 39777 deletions
|
@ -1,5 +1,4 @@
|
|||
ADD_EXECUTABLE ( app_3 app_3.d )
|
||||
INCLUDE_DIRECTORIES( app3 ${PROJECT_SOURCE_DIR} )
|
||||
MESSAGE( "Project source dir is ${PROJECT_SOURCE_DIR}" )
|
||||
INCLUDE_DIRECTORIES( app_3 ${PROJECT_SOURCE_DIR} )
|
||||
TARGET_LINK_LIBRARIES ( app_3 lib_1 )
|
||||
ADD_TEST( app_3 app_3 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue