File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,6 @@ target_link_libraries(imageconv PUBLIC raylib fmt::fmt)
2020add_executable (rpgt rpgt.cpp)
2121target_link_libraries (rpgt PUBLIC emulation ghc_filesystem)
2222
23- add_executable (c8db c8db.cpp ../src/librarian.cpp ../src/configuration .cpp ../src/emuhostex.cpp ../src/systemtools.cpp)
24- target_compile_definitions (c8db PUBLIC CADMIUM_VERSION="${PROJECT_VERSION} " )
25- target_link_libraries (c8db PUBLIC emulation ghc_filesystem raylib)
26- target_code_coverage(c8db)
2723#add_executable(c8db c8db.cpp ../src/librarian.cpp ../src/configuration.cpp ../src/emuhostex.cpp ../src/systemtools.cpp)
2824#target_compile_definitions(c8db PUBLIC CADMIUM_VERSION="${PROJECT_VERSION}")
2925#target_link_libraries(c8db PUBLIC emulation ghc_filesystem raylib)
You can’t perform that action at this time.
0 commit comments