-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
803 additions
and
297 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Create objects lib | ||
aux_source_directory(src BASIC_OBJECTS_SRC) | ||
|
||
add_coincenter_library(basic-objects STATIC ${BASIC_OBJECTS_SRC}) | ||
|
||
target_link_libraries(coincenter_basic-objects PUBLIC coincenter_tech) | ||
|
||
add_unit_test( | ||
currencycode_test | ||
test/currencycode_test.cpp | ||
LIBRARIES | ||
coincenter_tech | ||
DEFINITIONS | ||
CCT_DISABLE_SPDLOG | ||
) | ||
|
||
add_unit_test( | ||
market_test | ||
test/market_test.cpp | ||
LIBRARIES | ||
coincenter_basic-objects | ||
DEFINITIONS | ||
CCT_DISABLE_SPDLOG | ||
) | ||
|
||
add_unit_test( | ||
monetaryamount_test | ||
test/monetaryamount_test.cpp | ||
LIBRARIES | ||
coincenter_basic-objects | ||
DEFINITIONS | ||
CCT_DISABLE_SPDLOG | ||
) |
Oops, something went wrong.