Update config.h building
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -38,3 +38,4 @@ cmake-build*/**
|
|||||||
.idea
|
.idea
|
||||||
puml/**
|
puml/**
|
||||||
.vscode/settings.json
|
.vscode/settings.json
|
||||||
|
config.h
|
@@ -1,5 +1,8 @@
|
|||||||
# Folding
|
# Folding
|
||||||
|
|
||||||
[](https://opensource.org/licenses/MIT)
|

|
||||||
|
[](<https://opensource.org/licenses/MIT>)
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
Folding header-only library for BayesNet classifiers & platform
|
Folding header-only library for BayesNet classifiers & platform
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
configure_file(
|
configure_file(
|
||||||
"config.h.in"
|
"config.h.in"
|
||||||
"${CMAKE_BINARY_DIR}/configured_files/include/config.h" ESCAPE_QUOTES
|
"${Folding_SOURCE_DIR}/config.h" ESCAPE_QUOTES
|
||||||
)
|
)
|
||||||
|
@@ -3,7 +3,6 @@ if(ENABLE_TESTING)
|
|||||||
${Folding_SOURCE_DIR}
|
${Folding_SOURCE_DIR}
|
||||||
${Folding_SOURCE_DIR}/lib/Files
|
${Folding_SOURCE_DIR}/lib/Files
|
||||||
${Folding_SOURCE_DIR}/lib/mdlp
|
${Folding_SOURCE_DIR}/lib/mdlp
|
||||||
${CMAKE_BINARY_DIR}/configured_files/include
|
|
||||||
)
|
)
|
||||||
set(TEST_FOLDING "unit_tests_folding")
|
set(TEST_FOLDING "unit_tests_folding")
|
||||||
add_executable(${TEST_FOLDING} TestFolding.cc TestUtils.cc)
|
add_executable(${TEST_FOLDING} TestFolding.cc TestUtils.cc)
|
||||||
|
Reference in New Issue
Block a user